2023.3.7
Released on: 2023.10.04
-
Added the option to delete a preset filter from filter preset dropdown in a record list for administrator roles. The change was added to provide all administrator role users with the option to permanently delete a preset filter (
1449
). -
Added the option to sort the system fields (
ownedBy
,createdBy
,updatedBy
, anddeletedBy
) as well as user and record fields and in record lists. The change was added to make sorting/viewing data easier for the user (1449
).
-
Changed option to clone a page layout by adding two sub options - for cloning a page with page block reference and for cloning a page without page block reference. When cloning by reference, configuration changes that are made to the original page’s blocks are also reflected to the copied page’s page blocks. And when cloning without reference, the changes made to the original page’s blocks are not reflected to the copied page’s page blocks. The change was made to provide the user with the option to choose whether the copied page’s block configuration should be shared among pages (
1444
). -
Changed the UI for uploading a namespace by showing a spinner while data is being processed and hiding the name and handle field of the namespace instead of showing the spinner and fields at the same time. The change was made to be consistent with the UI in Corteza (
c997655
). -
Changed the handle field for a user to not be required when updating the resource in Admin (
ed377a7
). -
Changed general ui/ux improvements:
-
Fixed non-record page blocks not being refreshed in a modal after a record has been added or edited (
1444
). -
Fixed the
refresh all record values
prompt in workflows not updating record values when workflow is executed (1445
). -
Fixed page content not being shown when creating record in magnified modal (
55dfcb8
). -
Fixed page blocks not being refreshed with the correct data after a record has been updated (
8c6c3b8
). -
Fixed record fetching not returning all available pages in case RBAC rules would filter out a larger chunk. The fix was made by tracking both included and excluded records and adjusting termination logic accordingly (
8e03ea5
).