Changelog for Quick Note¶
v3.2.0¶
Released: 2021-01-15
Authors: Jonatan Folger Asu
Comments:
- Now possible to configure explorer to refresh (if active) when saving new record.
v3.1.2¶
Released: 2020-08-17
Authors: Sofie Helgesson, Jonatan Folger Asu
Comments:
- UI fix for custom input
- Save and Cancel button UI fixes for Chromium/Edge
v3.1.1¶
Released: 2020-06-09
Authors: Lisa Stenberg
Comments:
- Config default option key
v3.0.1¶
Released: 2020-05-14
Authors: Jonatan Folger Asu
Comments:
- Encode url when calling REST API
- Default config for person sort on name
- Save and Cancel UI fixes for Chromium/Edge
v3.0.0¶
Released: 2020-03-11
Authors: Jonatan Folger Asu
Comments:
- Being able to connect new records to limeobject from a middle object (e.g person from role). Lime CRM Server 13 or higher is required to use this feature.
- Update active record with custom input (e.g set todo to done when creating a history note)
- Extra save button to use for custom input on active record (e.g "Add history and set done" as extra button when creating history from todo)
- Close inspector after save with extra save button (e.g if todo i set to done, also close todo)
- All localizations are configurable
- Filter selectable relation (e.g exclude inactive persons)
- Inactive options are not included in option list (e.g inactive history types will not show)
v2.0.1¶
Released: 2020-01-21
Authors: Jonatan Folger Asu
Comments:
- Fix: Not hidden on new records
- VBA module AO_QuickNote removed
v2.0.0¶
Released: 2019-04-26
Authors: Jonatan Folger Asu
Comments:
- New config structure to support easier config with more options.
- Auto attach relation changed to a list in config to auto attach more than one relation.
- Shortcuts now also work if save or cancel button is focused.
- Add one ore many custom input(s). Choose if visible, default value, title and field type.
- Validation for custom input if type is set to "int".
- Scroll added for dropdown list with more than 11 options.
- Added includeOptionKeyList to use instead of exludeOptionKeyList for easier config when many options should be exluded.
- Change css class on new record button, e.g., config
'btn-primary'
to make button blue with white text instead of grey button with black text ('btn-default'
). - Moved all functions from app.js to scripts/utils.js.
v1.0.2¶
Released: 2019-02-19
Authors: Lars Jensen
Comments:
- Fix for that the "NOT FOUND" error could still occur in some cases when creating a new record where Quick Note is installed.
v1.0.1¶
Released: 2019-01-23
Authors: Jonatan Asu
Comments:
- Fixed "NOT FOUND" error when creating a new record where Quick Note is installed.
v1.0.0¶
Released: 2019-01-15
Authors: Jonatan Asu
Comments:
- Rename LBS app folder to addon_quick_note
- Rename VBA module to AO_QuickNote
- Change VBA calls with UI to LC_UI
- Moved documentation from README.md to resources/limestore.md
- Other Add-on Requirements fixes
v0.0.3-beta¶
Released: 2018-12-19
Authors: Jonatan Asu
Comments:
- Changed LIP-package to be LIP v2.0.0 compatible
v0.0.2-beta¶
Released: 2018-12-19
Authors: Jonatan Asu
Comments:
- Added missing localize for save and cancel button
v0.0.1-beta¶
Released: 2018-12-17
Authors: Jonatan Asu
Comments:
- First version.