2024.9.4
Released on: 2025.08.07
|
-
Added support for arbitrary environment variables for use in Workflow. Any variable prefixed with
CORTEZA_ENV_TEST
will be available in theget ENV variable
workflow function. For example,CORTEZA_ENV_TEST="Hello, World!"
can be accessed asCORTEZA_ENV_TEST
The change was added to provide a better secret management and configuration flexibility (c1a48f9
). -
Added support for configuring inline editable fields in record lists. The change was added to allow users to edit records directly from the list view (
084cfd5
). -
Added rich text support for calendar events. The change was added to enable formatted descriptions and notes in calendar events (
1ddf8da
). -
Added dual package exports to libraries for NestJS compatibility. The change was added to improve integration with NestJS projects (
0eeb490
).
-
Changed record list and resource list search to be submittable. The change was made to improve usability and search experience (
078c128
). -
Changed vertical tab blocks to be scrollable. The change was made to improve navigation in interfaces with many tabs (
791c880
). -
Changed go to location icon on maps. The change was made to provide a more intuitive or updated icon (
6f0f2b2
). -
Changed workflow date/time prompts to use the system date/time picker. The change was made to standardize date/time inputs across the system (
3fd68e1
).
-
Fixed precision and scale lapsus between configuration screen and database modification The user interface was configuring scale which was interpreted as precision on the back-end The temporary solution fixes the precision to the maximum safe value of 15 and keeps the scale as configured (
2f7974b
,51e6320
). -
Fixed record export ignoring filtering parameters and including all records in the given module. The fix was made the query parameter was not provided to the data access layer and therefore everything was included (
15793ad
). -
Fixed page layout roles input broken if value corrupted (
475a98a
). -
Fixed primary key drop for federation_nodes_sync in MySQL and MSSQL migrations (
e96d7c8
). -
Fixed page not rendering if block from layout is not found on page (
2dae95a
). -
Fixed not being able to select from a dropdown prompt if modal was open (
1978240
). -
Fixed system fields causing problems when their fieldID was used as a key (
21556f1
). -
Fixed properly refetch inline editor related records on record save (
98043e8
). -
Fixed page title updating when opened in modal (
46bc1a9
). -
Fixed record field options not resetting when module or label field changes (
736a53a
). -
Fixed missing theme translation to topbar (
0fc3591
). -
Fixed permissions checks for Admin Area sidebar navigation routes (
f36ee97
).