Skip to content

Commit

Permalink
TASK: Remove policy for removed fluid widgets
Browse files Browse the repository at this point in the history
The cr paginate widget was removed see
neos#5425

But as identified here there is still a method privilege to be adjusted:
neos#4478 (comment)

Further long ago this change seems to contain a hiccup introducing a policy for a `LinkRepositoryController` which was NEVER part of the codebase though:

neos@f5053cc#diff-818aacc12f1dbf0bc391a8711ae5a3d56cceb29494b5997dd2a43d793b6dd44eR8

Thus this line was adjusted further.
  • Loading branch information
mhsdesign committed Jan 7, 2025
1 parent f20b28c commit f932eb1
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 f932eb1

Please sign in to comment.