Skip to content

Commit 103d954

Browse files
committed
redo offline info per SME feedback
1 parent 0f71bc5 commit 103d954

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

content/en/docs/refguide/runtime/optimistic-locking.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,9 @@ You can decide whether optimistic locking is enabled or disabled for your app.
2121

2222
Optimistic locking is supported in the following types of Mendix apps:
2323

24-
| App Type | Support Status | Lowest Supported Version |
25-
| --- | --- | --- |
26-
| Online | Supported | [Studio Pro 11.5](/releasenotes/studio-pro/11.5/) |
27-
| Offline | Supported | [Studio Pro 11.11](/releasenotes/studio-pro/11.11/) |
28-
29-
Additional information on optimistic locking behavior:
30-
* In online Mendix apps, ___
31-
* In offline Mendix apps, offline changes are synchronized to the server without being blocked by optimistic locking version checks
24+
* Online apps: supported since [Studio Pro 11.5](/releasenotes/studio-pro/11.5/)
25+
* Offline apps: supported since [Studio Pro 11.11](/releasenotes/studio-pro/11.11/)
26+
* **Additional Information on Optimistic Locking in Offline Apps** — As data can live for a long time in offline apps, changes based on that data that are synchronized from offline apps to the Mendix Runtime Server are committed to the database without optimistic locking to avoid conflicts. As such, offline data synchronization may overwrite changes.
3227

3328
## App Behavior: Optimistic Locking Disabled
3429

0 commit comments

Comments
 (0)