2021.9.11
Released on: 2022-05-31
-
Fixed improper PostgreSQL formatting for ISO timestamp templates by adding an edge-case exception (
#034a7f9
). -
Fixed improper number and text setting value decoding by covering edge-cases (
#ced2daf
). -
Fixed improper module field resource translation encoding, decoding, and store persistance causing the field description and hint field to get mixed up by fixing invalid value mapping and removing translations from the DB (
#0422e5f
,#e7ea299
,#6c2dd28
). -
Fixed improper workflow prompt handling when user has multiple Corteza instances (tabs) open at the same time. Corteza web applications improved communication on what prompts are already resolved and where the prompts should be shown ({CORTEZA_WEBAPP_VUE_COMMIT_BASE}ef238df[
#ef238df
]). -
Fixed broken module field value expressions where the
old
record reference was used. The issue occurred because the value was never provided (#993cd22
).