Releases: Saleslogix/argos-saleslogix
Releases · Saleslogix/argos-saleslogix
v3.0.1-gold
Fixes
- Fixes an issue where customization hashtags were not appearing in the right context menu.
v2.0.2-gold
Changes from 2.0.1 to 2.0.2 can be found here: v2.0.1-gold...2.0.2
Fixes
- Fix issue saving an account after completing an activity on the account
v2.0.1-gold
Changes from 2.0 to 2.0.1 can be found here: v2.0-gold...2.0.1
Fixes
- Fix paging issue in calendar day and week views
- Fix issue saving an account after adding a note on the account
v2.2-gold
2.2 Changes
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: 2.1...2.2
General
- 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
Global Menu
- 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)
Attachments
- 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