Skip to content
Snippets Groups Projects
Commit d2ca7ced authored by Jean Valverde's avatar Jean Valverde :construction_site:
Browse files

Issue #3492751 by mogtofu33, bspeare: Permissions to the ui_icons_picker...

Issue #3492751 by mogtofu33, bspeare: Permissions to the ui_icons_picker cannot be set without the ui_icons_library enabled
parent cf55fe8e
Branches
Tags
No related merge requests found
......@@ -3,4 +3,4 @@ ui_icons_picker.ui:
defaults:
_form: 'Drupal\ui_icons_picker\Form\IconSelectForm'
requirements:
_permission: 'access ui icons library'
_permission: 'access content'
......@@ -3,12 +3,12 @@ ui_icons.autocomplete:
defaults:
_controller: '\Drupal\ui_icons\Controller\IconAutocompleteController::handleSearchIcons'
requirements:
_permission: 'access ui icons library'
_permission: 'access content'
ui_icons.preview:
path: '/ui-icons/ajax/preview/icons'
defaults:
_controller: '\Drupal\ui_icons\Controller\IconPreviewController::preview'
requirements:
_permission: 'access ui icons library'
_permission: 'access content'
_method: 'POST'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment