Corteza 2021.9.5 released
Corteza 2021.9.5 has been released. It includes a long list of updates and improvements.
- The record import via the import CLI command requires you to provide module field definitions along with the record import definitions. The constraint will be lifted in future patch releases.
- Role security (forbidden, permitted, forced) on external authentication providers (
91eb88d2
). - Workflow functions for attachment management (
8a8c7685
). - OIDC support for corteza (
a2091db
). - Integration Gateway json response postfilter and http request to scope (
b0590d2f
). - JWT generate workflow function (
eecf8670
). - Unix strftime support to gval functions (
d5001341
). - Integer caster to gval functions (
3473a267
). - Added support for role permission cloning (
0564fe7
,d06cd41
,9bd530a
). - Added custom processing button (
6ec4157
). - Translations for reporter webapp (
6e26d5a
,931011c
). - Added additional string manipulation functions to reporter expressions (
a45c914e
). - Added support for record import via the import CLI command (
96556f54
).
- Translatable content (modules, names, pages, namespaces) is now sent with current language (
5bd3bd37
). - Improve slow performance in some casses with wf-loops by increesing workflow session state flushing from 10 to 1000 (
486a5752
). - Prevent table display elements from crashing if an empty join frame is recieved (
f244b7b2
). - Fixed improper report route bindings (
d250827b
). - Added missing type definition to the report filter perser registry (
08ef5ab10
). - Fixed panicking report filter marshaling when invalid (
59ef8da1a
). - Fixed improper handling of automation page blocks which define buttons with no references (
047b647af
). - Prevent text from exiting container in EditorToolbox (
147dcd7
). - Fixed improper date manipulation functions for reporter expressions (
46372f55
). - Fixed persistent run-as workflow issue after trigger removal (
87f08d8b
). - Fix access control checks on UI (
e902382
). - Fix user role membership picker (
cadb6e1
). - Fix module field order changing when you navigated to all records (
3525ef8
). - Fix record and user selector editors not rendering properly (
09bca49
). - Fix display element configurator options form not resetting properly (
6b33655
). - Broken translations on password reset (
87f08d8
) - Prevent error message from being transformed by toLowerCase()
32e9325
)