6.1-r5
What's new?
- Add support for togglable submenu dropdown within the modular navigation dropdown.
- Show correct app bundle version information in the about modal by querying the AGR Pool Api at pool.agrdynamics.com/api/versions/
- Automatic deployment that triggers on any changes to the documentation manuals. The documentation is also deployed to a new server at: docs.agrdynamics.com
Known Issues/Bugs
Unaddressed issues in JIRA
workspaces- Datepicker not working DEV-1467.- Introduced with DEV-1379, enable usage of
,instead of.for fractions when editing numbers.
- Introduced with DEV-1379, enable usage of
Issues
Issues that were addressed and fixed in this release
- See list on Jira
- See list of pull requests involved in this update on GitHub
- See code changes on GitHub compare
Client 6.1.5
Login- Fix extra refresh required when opening the site again the day afer login. Token expired DEV-1395Workspaces- Fix issue wherenullvalue in filter turns to0when it shouldn't. DEV-1387Workspaces- Fix issue when editing cells with the keyboard. Cell focused lost when edit stops/finishes. DEV-1394Workspaces- Fix sorting of total rows in serie workspaces containing client side series. DEV-1360Workspaces- Don't trigger/send update action when checkbox is clicked while doing a row insert. Do not show checkbox as editable (consistency with non-inserted rows). DEV-1326Format- Validate date in format service to prevent grid grouping crash (Invalid Date error). DEV-1405Version Info- Add correct app bundle version information to about modal by querying from AGR Pool (pool.agrdynamics.com/api/versions/). DEV-1427User Management- Add warning message when trying to change current users passwords from user management feature. Not possible in API, useMy Profileinstead. DEV-1364Item Card- Show primary route as default selected information in Details tab. DEV-1388Workspaces- Enable usage of,instead of.for fractions when editing numbers. DEV-1379Workspaces- Fix values in series showing at incorrect time after update. Solved by forcing a refresh if update data has less columns that the grid expects which was causing them to display in incorrect time/column in grid. DEV-1210Navigation- Remove unimplementedschedulerfrom navigationinitial_loadand replace withschedules. DEV-1444Documentation- Update URL paths to documentation manuals, now at docs.agrdynamics.com. DEV-1445Navigation- Fix client console error caused by incorrect usage of PIPE. PR-488Navigation- Add togglable submenu to modular dropdown navigation. DEV-1392Item Card- Fix endless loading dots for item image when no url is constructed but a url was expected. DEV-1449
API 6.1.4
Reports- Extend debounce time in client and catch exception in API which overwrites temp report directly to avoid error message in client when updating report to quickly (adding columns fast). DEV-1429