Skip to content

Commit fe0c2d6

Browse files
committed
[1557] Add read-only model upload in the user documentation
Bug: #1557 Signed-off-by: Gwendal Daniel <gwendal.daniel@obeosoft.com>
1 parent 96b278d commit fe0c2d6

4 files changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ Resources are now considered read-only if:
106106
* They are textual SysML files imported as read-only
107107
* They are standard libraries (SysML and KerML)
108108
All the other resources are read-write.
109+
- https://github.com/eclipse-syson/syson/issues/1557[#1557] [syson] Add read-only model upload in the user documentation.
109110

110111
=== New features
111112

49 KB
Loading

doc/content/modules/user-manual/pages/hands-on/how-tos/model-management.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,18 @@ To upload a model from a file previously exported, follow these steps:
4444
. Click the `Upload` button at the top of the {explorer} in the toolbar.
4545
. It opens the `Upload Model` modal.
4646
. Select a model from your file system.
47+
. Select the import mode for your model: read-write (default), or read-only
4748
+
4849
image::hands-on-upload-model.png[Upload model]
4950
+
5051
. The uploaded model is automatically created and opened.
5152

53+
[NOTE]
54+
====
55+
Read-only models cannot be renamed and their content cannot be modified.
56+
Note that it is possible to delete a read-only model.
57+
====
58+
5259
[#rename-model]
5360
== Rename a model
5461

doc/content/modules/user-manual/pages/release-notes/2025.10.0.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ Resources are now considered read-only if:
118118
* They are textual SysML files imported as read-only
119119
* They are standard libraries (SysML and KerML)
120120
All the other resources are read-write.
121+
- Update the user documentation with information on read-only model upload.
121122

122123
== Dependency update
123124

0 commit comments

Comments
 (0)