diff --git a/config/install/user.role.uw_role_content_author.yml b/config/install/user.role.uw_role_content_author.yml index 37f207b72e67466b3eccd3d17d9dda1662933a70..980e028dc15c4434aad9c26b9a270db182377a41 100644 --- a/config/install/user.role.uw_role_content_author.yml +++ b/config/install/user.role.uw_role_content_author.yml @@ -43,6 +43,7 @@ permissions: - 'create terms in uw_vocab_audience' - 'create terms in uw_vocab_blog_tags' - 'create terms in uw_vocab_catalog_categories' + - 'create terms in uw_vocab_catalogs' - 'create terms in uw_vocab_news_tags' - 'create url aliases' - 'create uw_ct_blog content' @@ -79,6 +80,7 @@ permissions: - 'edit terms in uw_vocab_audience' - 'edit terms in uw_vocab_blog_tags' - 'edit terms in uw_vocab_catalog_categories' + - 'edit terms in uw_vocab_catalogs' - 'edit terms in uw_vocab_news_tags' - 'make smart dates recur' - 'reschedule smart date recur instances' diff --git a/config/install/user.role.uw_role_content_editor.yml b/config/install/user.role.uw_role_content_editor.yml index ff9edf503c8ad9b48b37ebb6257194d2dfd947cd..269b69361e42eb29232df67531afb284db7925f4 100644 --- a/config/install/user.role.uw_role_content_editor.yml +++ b/config/install/user.role.uw_role_content_editor.yml @@ -44,6 +44,7 @@ permissions: - 'create terms in uw_vocab_audience' - 'create terms in uw_vocab_blog_tags' - 'create terms in uw_vocab_catalog_categories' + - 'create terms in uw_vocab_catalogs' - 'create terms in uw_vocab_news_tags' - 'create url aliases' - 'create uw_ct_blog content' @@ -80,6 +81,7 @@ permissions: - 'edit terms in uw_vocab_audience' - 'edit terms in uw_vocab_blog_tags' - 'edit terms in uw_vocab_catalog_categories' + - 'edit terms in uw_vocab_catalogs' - 'edit terms in uw_vocab_news_tags' - 'make smart dates recur' - 'reschedule smart date recur instances' diff --git a/config/install/user.role.uw_role_site_manager.yml b/config/install/user.role.uw_role_site_manager.yml index cc5f2a51d15f863fb8c834bf0ddac99122c2a5b4..c99b9fcb043fcb2c59e960e76b6c2b30f663eb1b 100644 --- a/config/install/user.role.uw_role_site_manager.yml +++ b/config/install/user.role.uw_role_site_manager.yml @@ -45,6 +45,7 @@ permissions: - 'create terms in uw_vocab_audience' - 'create terms in uw_vocab_blog_tags' - 'create terms in uw_vocab_catalog_categories' + - 'create terms in uw_vocab_catalogs' - 'create terms in uw_vocab_news_tags' - 'create url aliases' - 'create uw_ct_blog content' @@ -84,6 +85,7 @@ permissions: - 'delete terms in uw_vocab_audience' - 'delete terms in uw_vocab_blog_tags' - 'delete terms in uw_vocab_catalog_categories' + - 'delete terms in uw_vocab_catalogs' - 'delete terms in uw_vocab_news_tags' - 'delete uw_news_item revisions' - 'edit any uw_ct_blog content' @@ -105,6 +107,7 @@ permissions: - 'edit terms in uw_vocab_audience' - 'edit terms in uw_vocab_blog_tags' - 'edit terms in uw_vocab_catalog_categories' + - 'edit terms in uw_vocab_catalogs' - 'edit terms in uw_vocab_news_tags' - 'make smart dates recur' - 'reschedule smart date recur instances'