Skip to content

Commit

Permalink
Update v2023.9.4 CL
Browse files Browse the repository at this point in the history
  • Loading branch information
Fajfa committed Mar 1, 2024
1 parent 910ce57 commit 80a3c6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
7 changes: 2 additions & 5 deletions src/modules/ROOT/pages/changelog/202309/04.gen.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ include::ROOT:partial$variables.adoc[]

*Released on*: `2024.02.26`

.[#2023_09_04-changed]#<<2023_09_04-changed,Changed:>>#
* Changed asterisk color of record field from blue to red.
The change was made to make required fields stand out
({CORTEZA_COMMIT_BASE}65832b4[`65832b4`]).

.[#2023_09_04-fixed]#<<2023_09_04-fixed,Fixed:>>#
* 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
({CORTEZA_COMMIT_BASE}6fe0b8a[`6fe0b8a`]).
* Fixed unnecessary showing of stale data warning in {APP_NAME_COMPOSE} while editing and loading a record
Expand Down
12 changes: 3 additions & 9 deletions src/modules/ROOT/pages/changelog/202309/04.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,15 @@
"releasedOn": "2024.02.26"
},

"changed": [
"fixed": [
{
"what": [
"asterisk color of record field from blue to red."
],
"why": [
"to make required fields stand out."
"required fields asterisk not being displayed next to the label of the field in record blocks."
],
"refs": [
"https://github.com/cortezaproject/corteza/commit/65832b461c7bb88df4648242f102b4a45ad512ca"
]
}
],

"fixed": [
},
{
"what": [
"incorrect value applying to date and time record field when trying to remove an already set value."
Expand Down

0 comments on commit 80a3c6b

Please sign in to comment.