commitTransaction - How does `commitTransaction` fit into the access control workflow?

Réponse

It is the final step in a transactional process. After starting a transaction with `startTransaction` and making modifications (e.g., checking out and altering objects), `commitTransaction` is called to save and apply all those changes permanently.
Hat Ihnen diese Antwort geholfen?
commitTransaction

accessControl

Doc : commitTransaction