AGR Logo
6.1-r5 master 2020-06-24T14:26:20Z 6.1.5 6.1.4 6.1.2 3 / 17 6.1-r5.zip6.1-r5.zip

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.

Issues

Issues that were addressed and fixed in this release

Client 6.1.5

  • Login - Fix extra refresh required when opening the site again the day afer login. Token expired DEV-1395
  • Workspaces - Fix issue where null value in filter turns to 0 when it shouldn't. DEV-1387
  • Workspaces - Fix issue when editing cells with the keyboard. Cell focused lost when edit stops/finishes. DEV-1394
  • Workspaces - Fix sorting of total rows in serie workspaces containing client side series. DEV-1360
  • Workspaces - 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-1326
  • Format - Validate date in format service to prevent grid grouping crash (Invalid Date error). DEV-1405
  • Version Info - Add correct app bundle version information to about modal by querying from AGR Pool (pool.agrdynamics.com/api/versions/). DEV-1427
  • User Management - Add warning message when trying to change current users passwords from user management feature. Not possible in API, use My Profile instead. DEV-1364
  • Item Card - Show primary route as default selected information in Details tab. DEV-1388
  • Workspaces - Enable usage of , instead of . for fractions when editing numbers. DEV-1379
  • Workspaces - 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-1210
  • Navigation - Remove unimplemented scheduler from navigation initial_load and replace with schedules. DEV-1444
  • Documentation - Update URL paths to documentation manuals, now at docs.agrdynamics.com. DEV-1445
  • Navigation - Fix client console error caused by incorrect usage of PIPE. PR-488
  • Navigation - Add togglable submenu to modular dropdown navigation. DEV-1392
  • Item 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