From 4a95f2f08f43e75884e3e52a0c2583a114fb5193 Mon Sep 17 00:00:00 2001 From: MxKevinBeqo Date: Tue, 4 Nov 2025 14:48:21 +0100 Subject: [PATCH 1/3] Add release notes for DatePicker rendering issue. --- content/en/docs/releasenotes/studio-pro/10/10.24.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.24.md b/content/en/docs/releasenotes/studio-pro/10/10.24.md index d44356cdf9c..48a0f4d07a8 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.24.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.24.md @@ -18,6 +18,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for ### Fixes +* We fixed an issue where the DatePicker native widget would not be displayed when using empty default value and a visibility condition. (Ticket 259282) * We fixed an issue where incompatible React client widgets did not display an error when they were nested inside a pluggable widget. (Ticket 253896) * We fixed an issue where JSON Import mappings stopped finding objects. (Ticket 258507) * We fixed an issue where a wait-for-timer activity could get stuck when its workflow was upgraded while the activity was active. (Ticket 263288) From f5945a4192d1299d9c9a6540bfe81a4dbee88eb8 Mon Sep 17 00:00:00 2001 From: Mark van Ments <35492184+MarkvanMents@users.noreply.github.com> Date: Tue, 4 Nov 2025 16:32:22 +0100 Subject: [PATCH 2/3] Put fixes in numerical ticket order --- content/en/docs/releasenotes/studio-pro/10/10.24.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.24.md b/content/en/docs/releasenotes/studio-pro/10/10.24.md index 48a0f4d07a8..5c496e52dcb 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.24.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.24.md @@ -18,9 +18,9 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for ### Fixes -* We fixed an issue where the DatePicker native widget would not be displayed when using empty default value and a visibility condition. (Ticket 259282) * We fixed an issue where incompatible React client widgets did not display an error when they were nested inside a pluggable widget. (Ticket 253896) * We fixed an issue where JSON Import mappings stopped finding objects. (Ticket 258507) +* We fixed an issue where the DatePicker native widget would not be displayed when using empty default value and a visibility condition. (Ticket 259282) * We fixed an issue where a wait-for-timer activity could get stuck when its workflow was upgraded while the activity was active. (Ticket 263288) * We fixed a migration issue when going from 10.24 to 11.x that attempted to recreate an already existing column in a table in an offline app database. * We fixed a bug where the JavaScript Action code editor would overlap with the errors pane after resizing it. From 96acd14d622b22812767b2b9802259ff42b1fdd7 Mon Sep 17 00:00:00 2001 From: Mark van Ments <35492184+MarkvanMents@users.noreply.github.com> Date: Tue, 4 Nov 2025 16:34:21 +0100 Subject: [PATCH 3/3] Missing article --- content/en/docs/releasenotes/studio-pro/10/10.24.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.24.md b/content/en/docs/releasenotes/studio-pro/10/10.24.md index 5c496e52dcb..c7a7702a5e6 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.24.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.24.md @@ -20,7 +20,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for * We fixed an issue where incompatible React client widgets did not display an error when they were nested inside a pluggable widget. (Ticket 253896) * We fixed an issue where JSON Import mappings stopped finding objects. (Ticket 258507) -* We fixed an issue where the DatePicker native widget would not be displayed when using empty default value and a visibility condition. (Ticket 259282) +* We fixed an issue where the DatePicker native widget would not be displayed when using an empty default value and a visibility condition. (Ticket 259282) * We fixed an issue where a wait-for-timer activity could get stuck when its workflow was upgraded while the activity was active. (Ticket 263288) * We fixed a migration issue when going from 10.24 to 11.x that attempted to recreate an already existing column in a table in an offline app database. * We fixed a bug where the JavaScript Action code editor would overlap with the errors pane after resizing it.