Skip to content

Commit 683fe7b

Browse files
committed
Add missing slash
1 parent c3d8540 commit 683fe7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/en/docs/releasenotes/studio-pro/10

content/en/docs/releasenotes/studio-pro/10/10.19.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ weight: 81
1414

1515
#### Online Synchronization Mode (Beta)
1616

17-
We introduced a new feature for offline apps, [Online Synchronization Mode (Beta)](refguide/mobile/building-efficient-mobile-apps/offlinefirst-data/online-sync-mode/), that allows app developers to define specific entities as **online available**. Defining an entity as **online available** means that the offline app will execute queries on these entities on the Mendix Runtime Server instead of the offline database. Of course, this is only possible when the app has an internet connection. Employing this feature reduces the need to have to synchronize more data then strictly necessary for offline apps as certain parts can become only available when having a connection.
17+
We introduced a new feature for offline apps, [Online Synchronization Mode (Beta)](/refguide/mobile/building-efficient-mobile-apps/offlinefirst-data/online-sync-mode/), that allows app developers to define specific entities as **online available**. Defining an entity as **online available** means that the offline app will execute queries on these entities on the Mendix Runtime Server instead of the offline database. Of course, this is only possible when the app has an internet connection. Employing this feature reduces the need to have to synchronize more data then strictly necessary for offline apps as certain parts can become only available when having a connection.
1818

1919
These entities can be configured as online available by configuring the synchronization mode in the offline navigation profiles. A new option has been introduced (**Online**) to be selected per entity that you want to have this functionality for.
2020

0 commit comments

Comments
 (0)