Skip to content
Snippets Groups Projects
Commit 6da45a93 authored by l26yan's avatar l26yan
Browse files

ISTWCMS-5334 Add private content viewer role for the existing site

parent 485b77ba
No related branches found
No related tags found
1 merge request!208ISTWCMS-5334 Create private content viewer role
......@@ -578,3 +578,13 @@ function uw_cfg_common_update_9102() {
$webform->save();
}
}
/**
* Add Private content viewer role for the existing site.
*/
function uw_cfg_common_update_9103() {
Role::create([
'id' => 'uw_role_private_content_viewer',
'label' => 'Private content viewer',
])->save();
}
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