AGR Logo
6.0-r16 lts/6.0 2021-01-14T12:00:32Z 6.0.15 6.0.10 6.0.11 0 / 11 6.0-r16.zip6.0-r16.zip

6.0-r16

Known Issues/Bugs

Unaddressed issues in JIRA

Issues

Issues that were addressed and fixed in this release

  • See a list of issues fixed on Jira
  • See list of pull requests involved in this update on GitHub
  • See code changes on GitHub compare

Client 6.0.15

  • Format - Fix how durations are processed and formatted in the app. These changes enable us to use both Date objects and rounded/integer number values in milliseconds to store durations and display in the app. DEV-1858, PR-1049
  • Item Card - Fix issue where the forecast series in the Item Card chart was not displayed correctly when the start of week is not Monday (i.e aggregated to another day in chart_item_select). After these changes the forecast should be correctly placed and the helper/grid lines (tickInterval) in the chart are also moved to align with the newly added item_card_start_week setting. DEV-1960, PR-1096
  • Item Card - Make the week indication label on the x-axis optional in the Item Card chart. By setting the newly added item_card_hide_week_number setting to true the chart label will dislpay e.g. 7. Dec'20 instead of w50 - Dec'20. DEV-1960 PR-1096
  • Item Card - Fix issue where grid was not displaying series data on the week level, when the start of week is not Monday (i.e aggregated to another day in chartitemselect). The itemcardstart_week property was added to dbo.settings so the start of week can be changed DEV-1948 PR-1056
  • Orders - Making sure the grid isn't resorted automatically after cell edit. DEV-1909, PR-1082
  • Workspaces - Filter drilldown be present viewfilter of same column DEV-575, PR-1113
  • Workspaces - Fix not being able to edit string columns in a workspace (Affecting the ABC Analyzer Workspace) DEV-1926 PR-1112

API 6.0.10

  • Schedules - Remove deprecated purchase plans from schedules delete warning. DEV-1937, PR-1105
  • Workspaces - Fix: It should be possible to choose users to share workspace-view without having user management role DEV-1869, PR-1037

Databases 6.0.11

  • Item Card / Settings - Add the item_card_hide_week_number property to the dbo.settings table to hide/show the week label when the Item Card chart is viewed on the weekly level. DEV-1960 PR-1097
  • Item Card / Settings - Add the itemcardstart_week property to the dbo.settings table to control which day of the week series are aggregated to when looking at the Item Card Grid in weekly view. DEV-1948 PR-1058