2023.3.6
Released on: 2023.09.13
-
Added splice function in workflows that can change the contents of an
array
by removing or replacing existing elements of different types likestrings
,numbers
,booleans
,objects
,arrays
and/or adding new elements in place. The change was added to provide the option to easily add or remove elements from anarray
(7bc36eb
). -
Added the option to fetch data for a geometry page block when clicking on the refresh button in the page block or after a set by the user amount of time. The change was added to provide the option to easily fetch data for the page block (
f189c43
). -
Added a dropdown to look up the permissions of a concrete module, page or page layout. The change was added to provide the option of viewing permissions of a resource without having to visit it (
7fdc854
).
-
Changed general ui/ux improvements:
-
Fixated the save button in Admin’s permissions list so user doesn’t have to scroll to the bottom to save their changes
-
Removed additional padding on the top of a record page block field when it is being edited and not aligned horizontally
-
Hide the option to show time values in a generic chart if such value aren’t used in the chart (
d924903
,65b6db3
,fd5afbb
).
-
-
Fixed invalid username and password combination error on sign up caused when trying to create a user with a handle that already exists (
1413
). -
Fixed prefilter in progress bar page block not returning any data if records are filtered by
recordID
(1414
). -
Fixed being redirected to list of namespace/pages/modules instead of the previous page after clicking on the Save and close button when creating or editing a namespace/page/module (
1387
,abe1eb6
). -
Fixed side menu with reports not opening in Reporter when hovering over its 'opening' bars icon (
1425
). -
Fixed incorrect number of pages shown when the full page navigation and show total number of records options are enabled in a record list (
1417
). -
Fixed triggering of unsaved changes message when trying to leave the Low Code settings page in Admin after saving the changes to the user interface settings (
1429
). -
Fixed missing page layout permissions for authenticated and administrator roles. The fix was made by adding the permissions to the roles (
2c7e972
).