-
Notifications
You must be signed in to change notification settings - Fork 19
2.2 Changes
Jason Best edited this page Jul 3, 2013
·
12 revisions
The argos-sdk 2.2 change list can be found here: https://github.com/SageSalesLogix/argos-sdk/wiki/2.2-Changes
All diffs from 2.1 to 2.2 can be found here: https://github.com/SageSalesLogix/argos-saleslogix/compare/2.1...2.2
- Fixed issue #19 - Country field now validates a length of 64 characters
- Fixed issue #83 - Having a null sales potential in the opportunity list was not handled (Thanks csueiras!)
- Home view items moved to new left drawer/global menu (see the gestures section below)
- The default view that loads after login is now "My Activities"
- The footer toolbar is gone (see gestures section below)
- Clicking the title of the main toolbar will scroll the list views back to the top of the screen
- List views now continuously load more data when reaching the bottom of the list (SDK Change)
- List views now scroll in a div, so the main toolbar should always be at the top of the page (SDK Change)
- List views styling updated to look more like a card layout
- Copyright information updated
- Added a new left drawer (menu) that is global to all views
- Code for the left drawer is in src/Views/LeftDrawer.js
- The configure view for the old home screen will configure the left drawer instead
- src/Application.js (window.App) has a new property: snapper, that references a snap.js instance (https://github.com/jakiestfu/Snap.js/)
- src/Application.js (window.App) has a new function called loadSnapper that loads snap.js and determines what view to put in the left drawer
- A new toggle button exists in the top left toolbar, this will open and close the left drawer
- Footer toolbar items have been moved into the left drawer (configure, settings, log out, help)
- Attachment list views for the following entities:
- Accounts
- Contacts
- Leads
- Opportunities
- Tickets
- New "My Attachments" view
- New file select view
- Ability to view attachment images