Skip to content

Commit 43fb572

Browse files
SYN-6658: docs on ext props updated to note the need to delete values before removing them (#3510)
docs: Update admin guide with additional info about updating extended model elements.
1 parent d269eda commit 43fb572

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/synapse/adminguide.rstorm

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1385,6 +1385,13 @@ The Synapse data model in a Cortex can be extended with custom `forms`_ or `prop
13851385
extension Storm Library (:ref:`stormlibs-lib-model-ext`). Extended model forms and properties must have names
13861386
beginning with an underscore (``_``) to avoid potential naming conflicts with built-in model elements.
13871387

1388+
.. NOTE::
1389+
1390+
Extended model elements that are in-use (have nodes using the extended forms or properties) cannot be removed until
1391+
all instances of that extended model element are removed. In other words, before removing extended forms any nodes
1392+
created with that extended form must be delete first, and before removing extended properties any nodes with that
1393+
extended property must have the property value removed.
1394+
13881395
Extended Forms
13891396
--------------
13901397

0 commit comments

Comments
 (0)