Skip to content

Commit 96b6ab9

Browse files
committed
IntId term linked
1 parent df42b50 commit 96b6ab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/backend/relations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ The logic for this is provided by the package [z3c.relationfield](https://pypi.o
597597
This package contains the `RelationValue` object and everything needed to define a relation schema, and all the code that is necessary to automatically update the catalog.
598598

599599
A `RelationValue` object does not reference all objects directly.
600-
For the target, it uses an ID that it gets from the `IntId` utility.
600+
For the target, it uses an ID that it gets from the {term}`IntId` utility.
601601
This ID allows direct recovery of the object.
602602
The source object stores it directly.
603603

@@ -608,7 +608,7 @@ Because of this, the following happens when saving a relation via a form:
608608
1. The HTML shows some nice representation of selectable objects.
609609
2. When the user submits the form, selected items are submitted by their UUIDs.
610610
3. The widget retrieves the original object with the UUID.
611-
4. Some data manager gets another unique ID from the `IntID` utility.
611+
4. Some data manager gets another unique ID from the {term}`IntId` utility.
612612
5. The same data manager creates a `RelationValue` from this ID, and stores this relation value on the source object.
613613
6. Some event handlers update the catalogs.
614614

0 commit comments

Comments
 (0)