-
Notifications
You must be signed in to change notification settings - Fork 6
3.6 Changes
Jason Best edited this page Aug 14, 2017
·
1 revision
The argos-saleslogix 3.6 change list can be found here: https://github.com/Saleslogix/argos-saleslogix/wiki/3.6-Changes
All diffs from 3.5.x to 3.6 can be found here: https://github.com/Saleslogix/argos-sdk/compare/3.5.x...v3.6
- _ListBase will not track which selections have been loaded when paging through the list (this fixes an issue with multi-select in argos-saleslogix)
- Added setting for 24 hour clocks
- App.is24HourClock() will return a boolean
- TimePicker and RelativeDateTimePicker have been updated to reflect this change
- Fix a display issue with enabled and disabled toolbar icons
- Disable related actions if there is no related record
- Added yarn lockfile, for those that prefer yarn to npm
- _SDataEditMixin now has a processFieldLevelSecurity method
- Grunt updated from 0.4.5 to 1.0.1