6.0-r2
What's new?
- This version introduces a new versioning scheme, identical for all projects (client, API, database) where the first two values (major and minor e.g 6.0) are always in sync but the third value (patch) is updated individually for each project. There's also a
bundle version
which is the tag of this release (v6.0.2), the bundle version is always bumped on every release. - New setting property
server_timezone
added, used to fix issues caused by the server (API and/or database) not sending timezone information with time values to the client. This value has to be set correctly for any setup where the database and API are not in UTC time. See list of tz database time zone names.
Known Issues/Bugs
Critical issues and bugs that are persistent in this release
Issues
Issues that were addressed and fixed in this release See list on Jira
Client 6.0.2
- Fixes timezone issues by adding a
server_timezone
property to the settings table. This value takes a tz database time zone name, e.gEurope/London
,America/New_York
. The root problem is caused by the server (API and/or database) not sending timezone information with time values and the client therefore assuming UTC time. DEV-933, DEV-1007 - Fixes runtime error in Settings > System where nothing appears on the page. This was caused by the newly introduced search/filter input box. DEV-965
- Fixes error in workspaces when changing a data-series checkbox, both oldValue and newValue property were being assigned the newValue. DEV-977
- Updates and fixes to the migration of workspace config objects. DEV-995, DEV-957
- Pin total column to the left in workspace views. DEV-968
- Fixes error where the order of columns is lost/reverted in workspace views after adding a new column. DEV-989
- Fixes error where unchanged values from dropdown are sent to the database. Editable column, lookup. DEV-994
- Migrate app and settings navigation objects to v6. DEV-929
- Fixes error where data in columns in workspace views disappears after changing the aggregation on the column. DEV-972
- Fixes error where drilldown values are not persistent/memorized when navigating between workspace views. DEV-914, DEV-963
- Fixes wrong implementation of constraining editable values in column config where more than, less than and equals operators were reversed. DEV-970, DEV-971
- Fixes long load (app seems frozen) in workspace lookup filters. DEV-974
- Clears the search string in workspace drilldowns so it's not the same everywhere. DEV-961
- Add loading bar on all HTTP request in app, this is very helpful as it indicates if the app has requested data and is actually waiting for a response from the backend. DEV-986, DEV-1002
- Fixes error when selecting schedules caused by the wrong API endpoint being used when checking the usage of the schedule. DEV-953
- Fixes error where state of grids in the app was not persistent (saved), e.g sorting, filter values and column info. DEV-942
- Adds missing dashed line to current period column in workspace views. DEV-990
- Fixes incorrect data state and loading feel when opening new workspace view. DEV-981
Databases 6.0.1
- Translations additions/updates.
- Add
server_timezone
property to settings table.