We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symfony\Component\Security\Core\Authorization\Voter\Voter
This will automatically enable the new CacheableVoter feature after the symony upgrade.
Clean interface provided by Claroline\CoreBundle\Security\Voter\AbstractVoter.
Claroline\CoreBundle\Security\Voter\AbstractVoter
Create an OrganizationManagerVoter to grant all accesses.
OrganizationManagerVoter
Create a WorkspaceManagerVoter to grant all accesses.
WorkspaceManagerVoter
Declare Claroline\CoreBundle\Security\Voter\AbstractVoter as abstract service
For now we use the _instanceof feature in yml config. But it must be copied into each voter file which is tedious/hard to maintain.
_instanceof
VIEW
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Symfony\Component\Security\Core\Authorization\Voter\Voter
.This will automatically enable the new CacheableVoter feature after the symony upgrade.
Clean interface provided by
Claroline\CoreBundle\Security\Voter\AbstractVoter
.Create an
OrganizationManagerVoter
to grant all accesses.Create a
WorkspaceManagerVoter
to grant all accesses.Declare
Claroline\CoreBundle\Security\Voter\AbstractVoter
as abstract serviceFor now we use the
_instanceof
feature in yml config. But it must be copied into each voter file which is tedious/hard to maintain.VIEW
attribute (it's never used).The text was updated successfully, but these errors were encountered: