doc/book/en/devrepo/datamodel/definition.rst
changeset 9320 15bd24f9b9e0
parent 9255 46f41c3e1443
child 9395 96dba2efd16d
--- a/doc/book/en/devrepo/datamodel/definition.rst	Thu Oct 24 12:36:12 2013 +0200
+++ b/doc/book/en/devrepo/datamodel/definition.rst	Tue Oct 08 16:56:45 2013 +0200
@@ -476,13 +476,8 @@
 
 Here are the current rules:
 
-1. permission to add/update entity and its attributes are checked:
-
-   - on commit if the entity has been added
-
-   - in an 'after_update_entity' hook if the entity has been updated. If it fails
-     at this time, it will be retried on commit (hence you get the permission if
-     you have it just after the modification or *at* commit time)
+1. permission to add/update entity and its attributes are checked on
+   commit
 
 2. permission to delete an entity is checked in 'before_delete_entity' hook