Skip to content

Commit 45a257e

Browse files
authored
Update committing-objects.md
1 parent ff85dd4 commit 45a257e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/object-activities

content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/object-activities/committing-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ An autocommit is an automatic commit from the platform, which is done to keep th
116116
{{% alert color="warning" %}}
117117
An autocommit is not the same as an explicit commit!
118118

119-
When objects are autocommitted, all members, including associations, are saved in the database as well. These members are still marked as changed until these objects are explicitly committed. As a consequence, association rows for these objects are deleted and reinserted in the database when these objects are explicitly committed.
119+
When objects are autocommitted, all changed member values, including associations, are saved in the database as well. These members are still marked as changed until these objects are explicitly committed. As a consequence, association rows for these objects are deleted and reinserted in the database when these objects are explicitly committed.
120120

121121
If a rollback is triggered for any reason (for example, if the user session is terminated by the user closing the browser), then autocommitted objects are deleted from the database. For more information about how Mendix handles persistable objects, see [Persistability](/refguide/persistability/).
122122
{{% /alert %}}

0 commit comments

Comments
 (0)