Features Added
Please Note: The project's name HAD to be shortened in version v1.6.2 (due to OutSystems changes)
--------------------------------------------------------------------------------
WARNING, IF UPGRADING VERSIONS
Bugs Fixed
Changes to demo page
Appendix A - Updating the "Select All" and "Select All Results" checkbox labels
The structure of the "Select All" and "Select All Results" checkbox labels have changed.
Previously:
The labels were comprised of TWO optional parts:Part 1 - Placeholder (eg. "SelectAllCheckboxText" placeholder)
Part 2 - number of items to (de)select, in parenthesis, with a leading space. (eg. "Menu_AddSelectAllNumber" parameter)
This allowed text like "Select All", and with the optional number added, "Select All (500)".
Now:
The labels are comprised of THREE optional parts:
Part 1 - Placeholder (eg. "SelectAllCheckboxText" placeholder)
Part 2 - number of items to (de)select, WITHOUT parenthesis, OR a leading space. (eg. "Menu_AddSelectAllNumber" parameter)
Part 3 - Placeholder (eg. "SelectAllCheckboxText2" placeholder)
Which provides more flexibility.BUT, the upgrade means YOU WILL NEED TO update the values in the placeholders!
Example 1:
If you previously had:
Part 1 = "Select All"Part 2 = " (500)" (i.e. old result of "Menu_AddSelectAllNumber = True")
Label = "Select All (500)"
Now you'll have:
Part 1 = "Select All" (i.e. existing placeholder value)Part 2 = "500" (i.e. new result of "Menu_AddSelectAllNumber = True")Part 3 = ")" (i.e. new placeholder default value)
Label = "Select All500)"Therefore, you would need to update Part 1 to "Select All (" so that:
Example 2:
Part 1 = "Select All"Part 2 = "" (i.e. the result of "Menu_AddSelectAllNumber = False")
Label = "Select All"
Part 1 = "Select All" (i.e. existing placeholder value)Part 2 = "" (i.e. the result of "Menu_AddSelectAllNumber = False")Part 3 = ")" (i.e. new placeholder default value)
Label "Select All)"Therefore, you would need to update Part 3 to "", so that:
New features are enabled by default.
Set DropdownBar_AddClearSelectionIcon = False
Set Menu_SearchTool_MakeSticky = False
Service Studio