Skip to content
Snippets Groups Projects
Commit c1dd1081 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2295469 followup by damiankloip: Add support for static permission...

Issue #2295469 followup by damiankloip: Add support for static permission definitions with *.permissions.yml.
parent 73b0592f
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -127,7 +127,7 @@ protected function buildPermissionsModules() {
if (!is_array($permission)) {
$permission = array(
'title' => $permission,
'description' => NULL,``
'description' => NULL,
);
}
$permission['provider'] = $provider;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment