Skip to content

Commit

Permalink
Scheduling known issue fixed in 9.24.22
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkvanMents committed May 27, 2024
1 parent 8ecf403 commit 72efd04
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions content/en/docs/releasenotes/studio-pro/9/9.24.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,14 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for a
* We fixed an issue where Data Grid 2 did not show data in some columns when different columns were configured with an attribute path using the same association but different specialization or generalization entities. (Ticket 203959)
* We fixed an issue affecting iOS hybrid apps where users got stuck on a 404 page after logging in or out. (Ticket 210601)
* We resolved an issue causing files with special characters in their names to download with incorrect filenames. (Ticket 213587)
* We fixed an issue where disabling a **Scheduled Event** through **Model Options** in the Developer Portal would not work. (Ticket 214392, 215703, 215843)
* <a id="fix-scheduled-events"></a>We fixed a [known issue](#ki-scheduled-events) where disabling a Scheduled Event through **Model Options** in the Developer Portal did not work. (Tickets 214392, 215703, 215843)
* The Java API `DataStorage.executeWithConnection(context, function)` now properly closes the database connection when called from a Java action executed on a task queue. (Ticket 216659)
* We fixed an issue where, when migrating a column from float to decimal, the default value would be converted to float before being inserted (which can cause improper rounding).

### Known Issues

* Line endings in CSS files are not being handled properly, so when using [Revert All Changes](/refguide9/using-version-control-in-studio-pro/) or performing other version-control operations, CSS files appear in the [Changes on Disk](/refguide9/version-control-menu/#show-changes) dialog box.
* Workaround: For details, see [this section](/refguide9/troubleshoot-git-issues/#css-error) in *Troubleshooting Version Control*.
* Disabling Custom Scheduled Events has no effect and they will still run on their scheduled time. Toggling on a disabled Scheduled Event will also have no effect.
* Workaround: Making a small change to the model in Studio Pro, such as adding a comment to a microflow, and then redeploying and restarting the app will update the status of the Scheduled Events.

## 9.24.21 {#92421}

Expand All @@ -54,7 +52,8 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for a

* Line endings in CSS files are not being handled properly, so when using [Revert All Changes](/refguide9/using-version-control-in-studio-pro/) or performing other version-control operations, CSS files appear in the [Changes on Disk](/refguide9/version-control-menu/#show-changes) dialog box.
* Workaround: For details, see [this section](/refguide9/troubleshoot-git-issues/#css-error) in *Troubleshooting Version Control*.
* Disabling Custom Scheduled Events has no effect and they will still run on their scheduled time. Toggling on a disabled Scheduled Event will also have no effect.
* Disabling Custom Scheduled Events has no effect and they will still run on their scheduled time. Toggling on a disabled Scheduled Event will also have no effect.
* Fixed in [9.24.22](#fix-scheduled-events).
* Workaround: Making a small change to the model in Studio Pro, such as adding a comment to a microflow, and then redeploying and restarting the app will update the status of the Scheduled Events.

## 9.24.20 {#92420}
Expand All @@ -73,7 +72,8 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for a

* Line endings in CSS files are not being handled properly, so when using [Revert All Changes](/refguide9/using-version-control-in-studio-pro/) or performing other version-control operations, CSS files appear in the [Changes on Disk](/refguide9/version-control-menu/#show-changes) dialog box.
* Workaround: For details, see [this section](/refguide9/troubleshoot-git-issues/#css-error) in *Troubleshooting Version Control*.
* Disabling Custom Scheduled Events has no effect and they will still run on their scheduled time. Toggling on a disabled Scheduled Event will also have no effect.
* Disabling Custom Scheduled Events has no effect and they will still run on their scheduled time. Toggling on a disabled Scheduled Event will also have no effect.
* Fixed in [9.24.22](#fix-scheduled-events).
* Workaround: Making a small change to the model in Studio Pro, such as adding a comment to a microflow, and then redeploying and restarting the app will update the status of the Scheduled Events.

## 9.24.19 {#92419}
Expand Down Expand Up @@ -114,7 +114,8 @@ Note that new apps are currently still configured to target Java 11.

* Line endings in CSS files are not being handled properly, so when using [Revert All Changes](/refguide9/using-version-control-in-studio-pro/) or performing other version-control operations, CSS files appear in the [Changes on Disk](/refguide9/version-control-menu/#show-changes) dialog box.
* Workaround: For details, see [this section](/refguide9/troubleshoot-git-issues/#css-error) in *Troubleshooting Version Control*.
* Disabling Custom Scheduled Events has no effect and they will still run on their scheduled time. Toggling on a disabled Scheduled Event will also have no effect.
* Disabling Custom Scheduled Events has no effect and they will still run on their scheduled time. Toggling on a disabled Scheduled Event will also have no effect.
* Fixed in [9.24.22](#fix-scheduled-events).
* Workaround: Making a small change to the model in Studio Pro, such as adding a comment to a microflow, and then redeploying and restarting the app will update the status of the Scheduled Events.

## 9.24.18 {#92418}
Expand All @@ -139,7 +140,8 @@ We introduced an alternative for WebSQL with this release. After upgrading to th

* Line endings in CSS files are not being handled properly, so when using [Revert All Changes](/refguide9/using-version-control-in-studio-pro/) or performing other version-control operations, CSS files appear in the [Changes on Disk](/refguide9/version-control-menu/#show-changes) dialog box.
* Workaround: For details, see [this section](/refguide9/troubleshoot-git-issues/#css-error) in *Troubleshooting Version Control*.
* Disabling Custom Scheduled Events has no effect and they will still run on their scheduled time. Toggling on a disabled Scheduled Event will also have no effect.
* Disabling Custom Scheduled Events has no effect and they will still run on their scheduled time. Toggling on a disabled Scheduled Event will also have no effect.
* Fixed in [9.24.22](#fix-scheduled-events).
* Workaround: Making a small change to the model in Studio Pro, such as adding a comment to a microflow, and then redeploying and restarting the app will update the status of the Scheduled Events.

## 9.24.17 {#92417}
Expand Down Expand Up @@ -172,7 +174,8 @@ We introduced an alternative for WebSQL with this release. After upgrading to th
* Fixed in [9.24.18](#fix-runtime-settings).
* Line endings in CSS files are not being handled properly, so when using [Revert All Changes](/refguide9/using-version-control-in-studio-pro/) or performing other version-control operations, CSS files appear in the [Changes on Disk](/refguide9/version-control-menu/#show-changes) dialog box.
* Workaround: For details, see [this section](/refguide9/troubleshoot-git-issues/#css-error) in *Troubleshooting Version Control*.
* Disabling Custom Scheduled Events has no effect and they will still run on their scheduled time. Toggling on a disabled Scheduled Event will also have no effect.
* <a id="ki-scheduled-events"></a> Disabling Custom Scheduled Events has no effect and they will still run on their scheduled time. Toggling on a disabled Scheduled Event will also have no effect.
* Fixed in [9.24.22](#fix-scheduled-events).
* Workaround: Making a small change to the model in Studio Pro, such as adding a comment to a microflow, and then redeploying and restarting the app will update the status of the Scheduled Events.

## 9.24.16 {#92416}
Expand Down

0 comments on commit 72efd04

Please sign in to comment.