We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c519ea4 + c99ba3c commit 76b3342Copy full SHA for 76b3342
src/Resources/config/publish-workflow.xml
@@ -6,7 +6,10 @@
6
7
<services>
8
9
- <service id="cmf_core.publish_workflow.access_decision_manager.strategy" class="Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy"/>
+ <service id="cmf_core.publish_workflow.access_decision_manager.strategy" class="Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy">
10
+ <argument>true</argument>
11
+ </service>
12
+
13
<service id="cmf_core.publish_workflow.access_decision_manager" class="Symfony\Component\Security\Core\Authorization\AccessDecisionManager">
14
<argument type="collection"/>
15
<argument type="service" id="cmf_core.publish_workflow.access_decision_manager.strategy"/>
0 commit comments