Skip to content

Commit

Permalink
Update v2023.9.4 CL
Browse files Browse the repository at this point in the history
  • Loading branch information
Fajfa committed Mar 5, 2024
1 parent 80a3c6b commit ee02f2c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/modules/ROOT/pages/changelog/202309/04.gen.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ include::ROOT:partial$variables.adoc[]

*Released on*: `2024.02.26`

.[#2023_09_04-added]#<<2023_09_04-added,Added:>>#
* Added the close button to all workflow prompts.
The change was added to allow users to cancel workflows/prompts
({CORTEZA_COMMIT_BASE}3708ca9[`3708ca9`]).

.[#2023_09_04-fixed]#<<2023_09_04-fixed,Fixed:>>#
* Fixed workflow record selector prompt dropdown appearing behind the prompt, rendering it unusable
({CORTEZA_COMMIT_BASE}27e142c[`27e142c`]).
* Fixed required fields asterisk not being displayed next to the label of the field in record blocks
({CORTEZA_COMMIT_BASE}65832b4[`65832b4`]).
* Fixed incorrect value applying to date and time record field when trying to remove an already set value
Expand Down
22 changes: 22 additions & 0 deletions src/modules/ROOT/pages/changelog/202309/04.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,29 @@
"releasedOn": "2024.02.26"
},

"added": [
{
"what": [
"the close button to all workflow prompts."
],
"why": [
"to allow users to cancel workflows/prompts."
],
"refs": [
"https://github.com/cortezaproject/corteza/commit/3708ca9f3285a5aae81b534d40fc71c8647501ea"
]
}
],

"fixed": [
{
"what": [
"workflow record selector prompt dropdown appearing behind the prompt, rendering it unusable."
],
"refs": [
"https://github.com/cortezaproject/corteza/commit/27e142c1a64aab374c04ae8e26c6a49326c656fd"
]
},
{
"what": [
"required fields asterisk not being displayed next to the label of the field in record blocks."
Expand Down

0 comments on commit ee02f2c

Please sign in to comment.