Skip to content
Snippets Groups Projects
Commit 88b3f3e4 authored by Lily Yan's avatar Lily Yan
Browse files

ISTWCMS-6076 Swap the order of the content author and content editor roles for the new site

parent 1da24cca
No related branches found
No related tags found
1 merge request!313ISTWCMS-6076 Swap the order content author and content editor roles
...@@ -40,8 +40,8 @@ class UwRoles { ...@@ -40,8 +40,8 @@ class UwRoles {
return [ return [
'uw_role_site_owner', 'uw_role_site_owner',
'uw_role_site_manager', 'uw_role_site_manager',
'uw_role_content_author',
'uw_role_content_editor', 'uw_role_content_editor',
'uw_role_content_author',
'uw_role_form_editor', 'uw_role_form_editor',
'uw_role_form_results_access', 'uw_role_form_results_access',
'uw_role_private_content_viewer', 'uw_role_private_content_viewer',
...@@ -98,12 +98,12 @@ class UwRoles { ...@@ -98,12 +98,12 @@ class UwRoles {
case 'uw_role_site_manager': case 'uw_role_site_manager':
return 'Site manager'; return 'Site manager';
case 'uw_role_content_author':
return 'Content author';
case 'uw_role_content_editor': case 'uw_role_content_editor':
return 'Content editor'; return 'Content editor';
case 'uw_role_content_author':
return 'Content author';
case 'uw_role_form_editor': case 'uw_role_form_editor':
return 'Form editor'; return 'Form editor';
......
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