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.
Cette réponse vous a-t-elle aidé ?
commitTransaction

accessControl

Doc : commitTransaction