Skip to content

Commit

Permalink
Added 2023.9.1 CL
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinDY committed Dec 1, 2023
1 parent 3e9b7d5 commit a3750c3
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/modules/ROOT/pages/changelog/202309/01.gen.adoc
Original file line number Diff line number Diff line change
@@ -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`]).
87 changes: 87 additions & 0 deletions src/modules/ROOT/pages/changelog/202309/01.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
]
}
2 changes: 2 additions & 0 deletions src/modules/ROOT/pages/changelog/202309/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a3750c3

Please sign in to comment.