Skip to content

Commit 3324e1c

Browse files
Michael Kleinweaverryan
Michael Klein
authored andcommitted
added stof´s corrections
1 parent 3fb6353 commit 3324e1c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

cookbook/security/acl.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,6 @@ added above:
215215
216216
The user is now allowed to view, edit, delete, and un-delete objects.
217217

218-
.. _`MongoDBAclBundle`: https://github.com/IamPersistent/MongoDBAclBundle
219-
220218
Looking for Alternatives
221219
------------------------
222220

@@ -226,6 +224,7 @@ you need to change all the existing granted permissions as well. As well
226224
when you want to change a specific part of the ACL you need to understand
227225
the structure and process of this complex voter. So you should consider if
228226
a classical and simple conditional permission check would fit for you.
229-
Some do it with the existing voter structure as well, or custom build solutions.
227+
Some do it with the existing voter ":doc:`/cookbook/security/voters`"
228+
structure as well, or a custom build solutions.
230229

231-
.. _`Voters`: http://symfony.com/doc/current/cookbook/security/voters.html
230+
.. _`MongoDBAclBundle`: https://github.com/IamPersistent/MongoDBAclBundle

0 commit comments

Comments
 (0)