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 bothDate
objects and rounded/integernumber
values in milliseconds to store durations and display in the app. DEV-1858, PR-1049Item 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 inchart_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 addeditem_card_start_week
setting. DEV-1960, PR-1096Item Card
- Make the week indication label on the x-axis optional in the Item Card chart. By setting the newly addeditem_card_hide_week_number
setting totrue
the chart label will dislpay e.g.7. Dec'20
instead ofw50 - Dec'20
. DEV-1960 PR-1096Item 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-1056Orders
- Making sure the grid isn't resorted automatically after cell edit. DEV-1909, PR-1082Workspaces
- Filter drilldown be present viewfilter of same column DEV-575, PR-1113Workspaces
- 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-1105Workspaces
- 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 theitem_card_hide_week_number
property to thedbo.settings
table to hide/show the week label when the Item Card chart is viewed on the weekly level. DEV-1960 PR-1097Item 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