2024.9.3
Released on: 2025.7.3
-
Added compose record cloner function to workflows. The change was added to enable workflow-based record cloning functionality (
6cfe5d4
). -
Added user and record resolution to record revisions. The change was added to provide better tracking and context for record changes (
6498dcd
). -
Added notification feature to webapps, libraries, and server. The change was added to enhance user experience with real-time notifications (
22c5fef
,c896eb6
). -
Added record list summaries. The change was added to provide summary views for record lists (
432ccdb
,ab0b54f
). -
Added file upload support via Integration Gateway. The change was added to enable file handling through integration workflows (
5412a9b
,9486bea
,1038547
). -
Added compose-record before/after organize triggers. The change was added to provide workflow hooks for record organization events (
844096f
).
-
Changed compose tab titles to include record page title. The change was made to improve navigation and context awareness (
0d3f21e
). -
Changed MSSQL time data types from TIMESTAMPTZ and TIMETZ to DATETIMEOFFSET and TIME. The change was made to improve database compatibility and data handling (
5d32433
). -
Changed sidebar to be expanded by default. The change was made to improve user experience and navigation visibility (
de9d38d
). -
Changed workflow prompt text to be configurable. The change was made to provide more flexibility in workflow user interactions (
7fc9379
). -
Changed workflow trigger resource and event type labels to be more human readable. The change was made to improve user experience in workflow configuration (
39e940a
). -
Changed record import/export multi-value support implementation. The change was made to improve data handling for complex field types (
23079b7
,b1e5546
). -
Changed discovery UI/UX with various improvements. The change was made to enhance the overall discovery experience and usability (
379c115
,c8bf132
,85e9df5
,12230b2
,ef2ac81
,0796437
,16dc4b2
).
-
Removed namespace and module types and hit counter from discovery. The removal was made to simplify the discovery interface and focus on relevant content (
0796437
). -
Removed text highlighting from discovery. The removal was made to improve discovery performance and user experience (
16dc4b2
). -
Removed private tab from discovery settings. The removal was made to streamline the discovery configuration interface (
ef2ac81
).
-
Fixed field editors not remounting when used in v-for loops (
47c5447
). -
Fixed record clone tests and workflow function (
3a0f7c1
,ed2179e
). -
Fixed Federation data sync and DAL issues (
125b299
). -
Fixed integration gateway response postfilter UX crashing when opening filter multiple times (
f97765c
). -
Fixed trigger constraint name labels on workflow editor step preview (
69faec5
). -
Fixed empty field validators breaking UI (
3976b48
). -
Fixed Auth client impersonate user selector not working when user was not on current page (
4791fe4
). -
Fixed discovery initial load filters and mappings (
1455019
,29edd2c
,9486bea
). -
Fixed dropdown items not triggering if not clicked on icon/text (
541edf0
). -
Fixed record organizer not prefilling group value when adding new record (
8c5d11f
). -
Fixed namespace sidebar not visible when creating first namespace (
aaa292f
). -
Fixed edge cases with record stale data/reactivity when working with modals (
e561249
). -
Fixed locales and language detection for calendar, date picker and date values (
b52e63c
).