From a3750c3587b215699b334773c290b3c4bdecc0ce Mon Sep 17 00:00:00 2001 From: Katrin Yordanova Date: Fri, 1 Dec 2023 14:03:27 +0200 Subject: [PATCH] Added 2023.9.1 CL --- .../ROOT/pages/changelog/202309/01.gen.adoc | 30 +++++++ .../ROOT/pages/changelog/202309/01.json | 87 +++++++++++++++++++ .../ROOT/pages/changelog/202309/index.adoc | 2 + 3 files changed, 119 insertions(+) create mode 100644 src/modules/ROOT/pages/changelog/202309/01.gen.adoc create mode 100644 src/modules/ROOT/pages/changelog/202309/01.json diff --git a/src/modules/ROOT/pages/changelog/202309/01.gen.adoc b/src/modules/ROOT/pages/changelog/202309/01.gen.adoc new file mode 100644 index 00000000..8f34ec71 --- /dev/null +++ b/src/modules/ROOT/pages/changelog/202309/01.gen.adoc @@ -0,0 +1,30 @@ +include::ROOT:partial$variables.adoc[] + += `2023.9.1` + +*Released on*: `2023.12.01` + +.[#2023_09_01-added]#<<2023_09_01-added,Added:>># +* Added the options to clone and copy a page block within a tabbed page block. +The change was added to provide an easier way to clone and copy tabbed page blocks +({CORTEZA_PULL_BASE}1527[`1527`]). +* Added a dropdown to select the number of items to be displayed per page in a list of resources. +The change was added to provide the user with the option to select how many resources can be displayed per page +({CORTEZA_PULL_BASE}1534[`1534`]). + +.[#2023_09_01-changed]#<<2023_09_01-changed,Changed:>># +* Changed the error message to be more verbose when user includes invalid or missing record input required values in a workflow function. +The change was made to provide a clearer message on what and where the issue is +({CORTEZA_PULL_BASE}1571[`1571`]). + +.[#2023_09_01-fixed]#<<2023_09_01-fixed,Fixed:>># +* Fixed misconfigured tabs page block broke how the tabs block was shown +({CORTEZA_PULL_BASE}1569[`1569`]). +* Fixed triggering of unsaved changes message after user adds an additional metric to generic chart and saves the chart +({CORTEZA_PULL_BASE}1572[`1572`]). +* Fixed module field label and description shown on the same line when viewing a record on a public page +({CORTEZA_PULL_BASE}1576[`1576`]). +* Fixed module fields hint and description toggled on for edit modes when updating field translations +({CORTEZA_PULL_BASE}1578[`1578`]). +* Fixed adding of a new value when trying to edit an existing geometry value via map in a record +({CORTEZA_PULL_BASE}1577[`1577`]). diff --git a/src/modules/ROOT/pages/changelog/202309/01.json b/src/modules/ROOT/pages/changelog/202309/01.json new file mode 100644 index 00000000..e989f4cb --- /dev/null +++ b/src/modules/ROOT/pages/changelog/202309/01.json @@ -0,0 +1,87 @@ +{ + "meta": { + "releasedOn": "2023.12.01" + }, + + "added": [ + { + "what": [ + "the options to clone and copy a page block within a tabbed page block." + ], + "why": [ + "to provide an easier way to clone and copy tabbed page blocks." + ], + "refs": [ + "https://github.com/cortezaproject/corteza/pull/1527" + ] + }, + { + "what": [ + "a dropdown to select the number of items to be displayed per page in a list of resources." + ], + "why": [ + "to provide the user with the option to select how many resources can be displayed per page." + ], + "refs": [ + "https://github.com/cortezaproject/corteza/pull/1534" + ] + } + ], + + "changed": [ + { + "what": [ + "the error message to be more verbose when user includes invalid or missing record input required values in a workflow function." + ], + "why": [ + "to provide a clearer message on what and where the issue is." + ], + "refs": [ + "https://github.com/cortezaproject/corteza/pull/1571" + ] + } + ], + + "fixed": [ + { + "what": [ + "misconfigured tabs page block broke how the tabs block was shown." + ], + "refs": [ + "https://github.com/cortezaproject/corteza/pull/1569" + ] + }, + { + "what": [ + "triggering of unsaved changes message after user adds an additional metric to generic chart and saves the chart." + ], + "refs": [ + "https://github.com/cortezaproject/corteza/pull/1572" + ] + }, + { + "what": [ + "module field label and description shown on the same line when viewing a record on a public page." + ], + "refs": [ + "https://github.com/cortezaproject/corteza/pull/1576" + ] + }, + { + "what": [ + "module fields hint and description toggled on for edit modes when updating field translations." + ], + "refs": [ + "https://github.com/cortezaproject/corteza/pull/1578" + ] + }, + { + "what": [ + "adding of a new value when trying to edit an existing geometry value via map in a record." + ], + "refs": [ + "https://github.com/cortezaproject/corteza/pull/1577" + ] + } + ] +} diff --git a/src/modules/ROOT/pages/changelog/202309/index.adoc b/src/modules/ROOT/pages/changelog/202309/index.adoc index 0a4cec6b..5aa7f2ab 100644 --- a/src/modules/ROOT/pages/changelog/202309/index.adoc +++ b/src/modules/ROOT/pages/changelog/202309/index.adoc @@ -26,6 +26,8 @@ User interfaces were a big focus for the `2023.9` release; improving user experi :leveloffset: +1 +include::01.gen.adoc[] + include::00.gen.adoc[] :leveloffset: -1