Skip to content
Snippets Groups Projects
Commit 0c7a6959 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-3921: ensuring that correct permission is added for taxonomy terms in content access form

parent 20b4755d
No related branches found
No related tags found
No related merge requests found
......@@ -291,7 +291,7 @@ class UwContentAccessForm extends FormBase {
foreach ($permission_types as $permission_type) {
// Set the permission.
$uw_permissions[$uw_role][] = 'create terms in ' . $tax_name;
$uw_permissions[$uw_role][] = $permission_type . ' terms in ' . $tax_name;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment