Skip to content
Snippets Groups Projects
Commit 13672e4c authored by Owen Bush's avatar Owen Bush Committed by Owen Bush
Browse files

Issue #3124057 by owenbush, the_glitch: Access to Registrant Settings and...

Issue #3124057 by owenbush, the_glitch: Access to Registrant Settings and Registrant Types only available to Admin role
parent 68d1df52
No related branches found
No related tags found
No related merge requests found
......@@ -32,10 +32,14 @@ resend registrant emails:
contact registrants:
title: 'Contact registrants'
decription: 'Allow a role to set contact registrants'
administer registrant entities:
administer registrant entity:
title: 'Administer registrant entities'
description: 'Allow to access the administration form to configure registrant entities'
restrict access: true
administer registrant types:
title: 'Administer registrant types'
description: 'Manage types of registrant'
restrict access: true
# Registrant Administration.
access registrant overview:
......
......@@ -180,3 +180,14 @@ entity.registrant.instance_contact:
parameters:
eventinstance:
type: entity:eventinstance
# Registrant types route.
entity.registrant_type.collection:
path: '/admin/structure/events/registrant/types'
defaults:
_entity_list: 'registrant_type'
_title: 'Registrant types'
requirements:
_permission: 'administer registrant types'
options:
_admin_route: TRUE
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