Skip to content

Commit

Permalink
Update 2023.9.7 CL
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinDY committed Jun 17, 2024
1 parent c4a9c44 commit d433183
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 21 deletions.
17 changes: 9 additions & 8 deletions src/modules/ROOT/pages/changelog/202309/07.gen.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,19 @@ include::ROOT:partial$variables.adoc[]
({CORTEZA_PULL_BASE}1780[`1780`]).
* Added the option to clone a report in {APP_NAME_REPORTER}
({CORTEZA_PULL_BASE}1748[`1748`]).
* Added the option to provide an `id` attribute to a page block in {APP_NAME_COMPOSE}.
The change was added to provide the user with the option to select and customize a page block
* Added the option to provide an `id` and `class` attributes to a page block in {APP_NAME_COMPOSE}.
These can be referenced in {PRODUCT_NAME} Studio for styling
The change was added to provide more ways for selecting and customizing a page block
({CORTEZA_PULL_BASE}1811[`1811`]).
* Added the option to link a record page module field and record list module field in record configurator
* Added the option to link a record page module field and record list module field in record configurator.
The change was added to automatically populate fields when adding a related record
({CORTEZA_PULL_BASE}1811[`1811`]).
* Added the option to provide prefix, suffix, digit formatting, and accounting number format in charts and number module fields
({CORTEZA_PULL_BASE}1820[`1820`], {CORTEZA_COMMIT_BASE}c73b843[`c73b843`]).

.[#2023_09_07-changed]#<<2023_09_07-changed,Changed:>>#
* Changed the topbar icon for redirecting the user to the list of namespaces to a button with text `Menu`
* Changed the topbar icon for redirecting the user to the list of applications to a button with text `Menu`
({CORTEZA_COMMIT_BASE}ad95e6a[`ad95e6a`]).
* Changed general ui/ux improvements:
** A configuration option on charts to disable or enable animation in order to allow users more control over chart configuration options
({CORTEZA_PULL_BASE}806[`806`]).

.[#2023_09_07-removed]#<<2023_09_07-removed,Removed:>>#
* Removed welcome tour in {APP_NAME_ONE}
Expand All @@ -39,7 +40,7 @@ The change was added to provide the user with the option to select and customize
({CORTEZA_PULL_BASE}1434[`1434`]).
* Fixed false fetching of the value 20 from a record when using a workflow to retrieve an empty date time field
({CORTEZA_COMMIT_BASE}fd7b018[`fd7b018`]).
* Fixed not being able to use the buttons in a record if the user tries to create a record without adding value to a required field
* Fixed record toolbar buttons being disabled after the user tries to create a record without adding value to a required field
({CORTEZA_PULL_BASE}1811[`1811`]).
* Fixed bottom part of page being cut off for iOS devices on all applications
({CORTEZA_PULL_BASE}1520[`1520`]).
30 changes: 17 additions & 13 deletions src/modules/ROOT/pages/changelog/202309/07.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@
},
{
"what": [
"the option to provide an `id` attribute to a page block in {APP_NAME_COMPOSE}."
"the option to provide an `id` and `class` attributes to a page block in {APP_NAME_COMPOSE}.",
"These can be referenced in {PRODUCT_NAME} Studio for styling"
],
"why": [
"to provide the user with the option to select and customize a page block."
"to provide more ways for selecting and customizing a page block."
],
"refs": [
"https://github.com/cortezaproject/corteza/pull/1811/commits/3ccbda19e6af6967a80589bdc1cd53f5f5ceb786"
Expand All @@ -35,28 +36,31 @@
"what": [
"the option to link a record page module field and record list module field in record configurator."
],
"why": [
"to automatically populate fields when adding a related record."
],
"refs": [
"https://github.com/cortezaproject/corteza/pull/1811/commits/344d661acdadaacdcae22b18abc17a6e980850f3"
]
}
],

"changed": [
},
{
"what": [
"the topbar icon for redirecting the user to the list of namespaces to a button with text `Menu`."
"the option to provide prefix, suffix, digit formatting, and accounting number format in charts and number module fields."
],
"refs": [
"https://github.com/cortezaproject/corteza/commit/ad95e6a3873bac1f3e690bc750fb75b7274a3808"
"https://github.com/cortezaproject/corteza/pull/1820",
"https://github.com/cortezaproject/corteza/commit/c73b84369ded6a9a8b74da105ef004eb9b0d8dc1"
]
},
}
],

"changed": [
{
"what": [
"general ui/ux improvements:",
"** A configuration option on charts to disable or enable animation in order to allow users more control over chart configuration options."
"the topbar icon for redirecting the user to the list of applications to a button with text `Menu`."
],
"refs": [
"https://github.com/cortezaproject/corteza/pull/806"
"https://github.com/cortezaproject/corteza/commit/ad95e6a3873bac1f3e690bc750fb75b7274a3808"
]
}
],
Expand Down Expand Up @@ -112,7 +116,7 @@
},
{
"what": [
"not being able to use the buttons in a record if the user tries to create a record without adding value to a required field."
"record toolbar buttons being disabled after the user tries to create a record without adding value to a required field."
],
"refs": [
"https://github.com/cortezaproject/corteza/pull/1811/commits/f3108cfb51a782b960b081dd4c370bca0e8c2fea"
Expand Down

0 comments on commit d433183

Please sign in to comment.