-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
119 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`]). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters