Skip to content

Commit

Permalink
Merge pull request #5427 from mhsdesign/task/adjust-policy-to-removed…
Browse files Browse the repository at this point in the history
…-widget-controllers

TASK: Remove policy for removed fluid widgets
  • Loading branch information
mhsdesign authored Jan 14, 2025
2 parents 792e1b6 + f932eb1 commit 0fc926e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Neos.Neos/Configuration/Policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ privilegeTargets:

'Neos.Neos:WidgetControllers':
label: General access to Fluid widget controllers
matcher: 'method(Neos\FluidAdaptor\ViewHelpers\Widget\Controller\AutocompleteController->(index|autocomplete)Action()) || method(Neos\FluidAdaptor\ViewHelpers\Widget\Controller\PaginateController->indexAction()) || method(Neos\ContentRepository\ViewHelpers\Widget\Controller\PaginateController->indexAction()) || method(Neos\Neos\ViewHelpers\Widget\Controller\LinkRepositoryController->(index|search|lookup)Action())'
matcher: 'method(Neos\FluidAdaptor\ViewHelpers\Widget\Controller\AutocompleteController->(index|autocomplete)Action()) || method(Neos\FluidAdaptor\ViewHelpers\Widget\Controller\PaginateController->indexAction())'

'Neos.Neos:PublicFrontendAccess':
label: General access to frontend rendering
Expand Down

0 comments on commit 0fc926e

Please sign in to comment.