diff --git a/src/modules/ROOT/pages/changelog/202309/04.gen.adoc b/src/modules/ROOT/pages/changelog/202309/04.gen.adoc index 197f00e4..a4fb947a 100644 --- a/src/modules/ROOT/pages/changelog/202309/04.gen.adoc +++ b/src/modules/ROOT/pages/changelog/202309/04.gen.adoc @@ -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 diff --git a/src/modules/ROOT/pages/changelog/202309/04.json b/src/modules/ROOT/pages/changelog/202309/04.json index d492ecda..4880071c 100644 --- a/src/modules/ROOT/pages/changelog/202309/04.json +++ b/src/modules/ROOT/pages/changelog/202309/04.json @@ -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."