2022.9.8

Released on: 2023.03.01

  • Added configuration option that hides record list filtering. The change was added to enable configurators to hide filtering on record lists (8ebd25c).

  • Added the link to the reminder record, it was added in the reminder sidebar list/edit. Enabled the ability to un-dismiss reminders. Added a date input field to set the date and time of the reminder. General UI/UX improvements for reminders. The change was added to make reminders more user friendly and easier to use by having the option to set reminder in more than 24h and to have the option to link a record to a reminder and also to un-dismiss a reminder if needed (abc8ad4, 899, 899, 885, 885, 885).

  • Fixed multi-value date time filtering using contains and not contains (903).

  • Fixed select field translations not being shown unless the module is saved. The fix was made by configuring the initial state to show select field translations even when the module is not saved (1706e52).

  • Fixed gauge charts not showing correct results when metrics functions were used. The fix was made by setting the dimension field to deletedBy which produces at most one dataset, since the gauge only shows one value (883).

  • Fixed the permissions on system pages showing invalid roles. If you selected one or more roles, then dropped your database and re-provisioned it, the previous selection was still active (because it’s in local storage), but it was showing deny for all. The fix was made by filtering out the invalid role IDs from the local storage (886).

  • Fixed datasources not being saved when pressing the save datasources button in the datasources modal. The fix was made by applying the save when the save button is pressed on the datasource modal (889).

  • Fixed the record list filter not working when field name was having hyphen in the field name. The fix was made by adding hyphen to allowed list while parsing the query (897).