Skip to content

Commit

Permalink
Update 2023.9.6 CL
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinDY committed May 15, 2024
1 parent 125b7f3 commit 19493a2
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/modules/ROOT/pages/changelog/202309/06.gen.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ include::ROOT:partial$variables.adoc[]
* Added `cancel` status filter to automation session list in {APP_NAME_ADMIN}
({CORTEZA_COMMIT_BASE}c0d43df[`c0d43df`]).

.[#2023_09_06-changed]#<<2023_09_06-changed,Changed:>>#
* Changed the updating mechanism of charts to trigger when the user creates and updates a chart.
The change was made to keep chart up to date with its latest configuration
({CORTEZA_COMMIT_BASE}ad95e6a[`ad95e6a`]).
* Changed chart tooltip structure to be consistent in {APP_NAME_COMPOSE} and {APP_NAME_REPORTER}.
The change was made to implement a standard across all web applications that use charts
({CORTEZA_COMMIT_BASE}91a7a59[`91a7a59`]).

.[#2023_09_06-fixed]#<<2023_09_06-fixed,Fixed:>>#
* Fixed not being able to filter data by `userID` when viewing a record in a record list using the drill down option
({CORTEZA_COMMIT_BASE}8d2ccea[`8d2ccea`]).
Expand All @@ -31,3 +39,12 @@ include::ROOT:partial$variables.adoc[]
({CORTEZA_PULL_BASE}1775[`1775`]).
* Fixed record id shown instead of label by default
({CORTEZA_PULL_BASE}1776[`1776`]).
* Fixed incorrect boolean labels and value shown in charts
Fixed metric label in tooltips to show the field `title` instead of the field `name`
({CORTEZA_COMMIT_BASE}447e6fa[`447e6fa`]).
* Fixed incorrect record shown when workflow function for fetching the first or the last record is used
({CORTEZA_COMMIT_BASE}7b29b80[`7b29b80`]).
* Fixed incorrect redirecting to record view when a workflow prompt is used
({CORTEZA_COMMIT_BASE}e766b4b[`e766b4b`]).
* Fixed redirecting between record view and record edit mode in {APP_NAME_COMPOSE}
({CORTEZA_COMMIT_BASE}60376b7[`60376b7`]).
58 changes: 58 additions & 0 deletions src/modules/ROOT/pages/changelog/202309/06.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,31 @@
}
],

"changed": [
{
"what": [
"the updating mechanism of charts to trigger when the user creates and updates a chart."
],
"why": [
"to keep chart up to date with its latest configuration."
],
"refs": [
"https://github.com/cortezaproject/corteza/commit/ad95e6a3873bac1f3e690bc750fb75b7274a3808"
]
},
{
"what": [
"chart tooltip structure to be consistent in {APP_NAME_COMPOSE} and {APP_NAME_REPORTER}."
],
"why": [
"to implement a standard across all web applications that use charts."
],
"refs": [
"https://github.com/cortezaproject/corteza/commit/91a7a592eabae87b11e04362cd07b3123db34a51"
]
}
],

"fixed": [
{
"what": [
Expand Down Expand Up @@ -103,6 +128,39 @@
"refs": [
"https://github.com/cortezaproject/corteza/pull/1776"
]
},
{
"what": [
"incorrect boolean labels and value shown in charts.",
"Fixed metric label in tooltips to show the field `title` instead of the field `name`"
],
"refs": [
"https://github.com/cortezaproject/corteza/commit/447e6fada3596c5def379a569adb0b2b0538d18b"
]
},
{
"what": [
"incorrect record shown when workflow function for fetching the first or the last record is used."
],
"refs": [
"https://github.com/cortezaproject/corteza/commit/7b29b80163fa523c677fc29de3c523f47bcaadcd"
]
},
{
"what": [
"incorrect redirecting to record view when a workflow prompt is used."
],
"refs": [
"https://github.com/cortezaproject/corteza/commit/e766b4be2c8116ebf428663b1849a189dd286593"
]
},
{
"what": [
"redirecting between record view and record edit mode in {APP_NAME_COMPOSE}."
],
"refs": [
"https://github.com/cortezaproject/corteza/commit/60376b71c2712eb7a9b6625c316de14d64f71ba1"
]
}
]
}

0 comments on commit 19493a2

Please sign in to comment.