Skip to content
Snippets Groups Projects
Commit 315e1682 authored by Igor Biki's avatar Igor Biki
Browse files

Merge branch...

Merge branch 'feature/ISTWCMS-4793-ISTWCMS-4794-l26yan-Add-listing-page-for-contacts-and-profiles-with-filters' into '8.x-1.x'

Feature/istwcms 4793 istwcms 4794 l26yan add listing page for contacts and profiles with filters

See merge request !99
parents 2c59a39c b6330eae
No related branches found
No related tags found
1 merge request!99Feature/istwcms 4793 istwcms 4794 l26yan add listing page for contacts and profiles with filters
......@@ -153,6 +153,8 @@ permissions:
- 'edit terms in uw_vocab_catalogs'
- 'edit terms in uw_vocab_news_tags'
- 'make smart dates recur'
- 'rearrange contacts'
- 'rearrange profiles'
- 'reschedule smart date recur instances'
- 'revert all revisions'
- 'revert uw_ct_blog revisions'
......
......@@ -87,6 +87,10 @@ class UwPermissions {
'uw_vocab_contact_group',
['delete']
),
'Rearrange' =>
UwPermissions::buildRolePermissionsListCustom(
'rearrange contacts'
),
],
// Catalog permissions.
......@@ -189,6 +193,10 @@ class UwPermissions {
'uw_vocab_profile_type',
['delete']
),
'Rearrange' =>
UwPermissions::buildRolePermissionsListCustom(
'rearrange profiles'
),
],
// Sidebar permissions.
......
......@@ -172,17 +172,23 @@ uw_content_management.content_types.contact:
url: internal:/node/add/uw_ct_contact
weight: 0
uw_content_management.content_types.contact.rearrange:
title: 'Rearrange'
parent: uw_content_management.content_types.contact
url: internal:/admin/rearrange-contacts
weight: 0
uw_content_management.content_types.contact:.add_contact_tag:
title: 'Add contact tag'
parent: uw_content_management.content_types.contact
url: internal:/admin/structure/taxonomy/manage/uw_vocab_contact_group/add
weight: 0
weight: 1
uw_content_management.content_types.contact.list_contact_tag:
title: 'List contact tags'
parent: uw_content_management.content_types.contact
url: internal:/admin/structure/taxonomy/manage/uw_vocab_contact_group/overview
weight: 0
weight: 2
uw_content_management.content_types.event:
title: 'Event'
......@@ -238,22 +244,28 @@ uw_content_management.content_types.profile:
url: internal:/node/add/uw_ct_profile
weight: 0
uw_content_management.content_types.sidebar:
title: 'Sidebar'
parent: uw_content_management.content_types
url: internal:/node/add/uw_ct_sidebar
uw_content_management.content_types.profile.rearrange:
title: 'Rearrange'
parent: uw_content_management.content_types.profile
url: internal:/admin/rearrange-profiles
weight: 0
uw_content_management.content_types.profile.add_profile_type:
title: 'Add profile type'
parent: uw_content_management.content_types.profile
url: internal:/admin/structure/taxonomy/manage/uw_vocab_profile_type/add
weight: 0
weight: 1
uw_content_management.content_types.profile.list_profile_types:
title: 'List profile types'
parent: uw_content_management.content_types.profile
url: internal:/admin/structure/taxonomy/manage/uw_vocab_profile_type/overview
weight: 2
uw_content_management.content_types.sidebar:
title: 'Sidebar'
parent: uw_content_management.content_types
url: internal:/node/add/uw_ct_sidebar
weight: 0
uw_content_management.content_types.site_footer:
......
......@@ -19,3 +19,9 @@
title: 'Administer Universal Analytics'
description: 'Allows add/update of Google Analytics and Google site ownership conformation values.'
restrict access: true
'rearrange contacts':
title: 'Rearrange contacts'
description: 'Allows access to the rearrange contacts page.'
'rearrange profiles':
title: 'Rearrange profiles'
description: 'Allows access to the rearrange profiles page.'
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