Closed andygrn closed 4 years ago
TicketTypesController requires the events-manageTicketTypes permission, but this permission is not registered by the plugin. Non-admins trying to add or edit ticket types get a 403 forbidden response.
events-manageTicketTypes
https://github.com/verbb/events/blob/craft-3/src/controllers/TicketTypesController.php#L22 https://github.com/verbb/events/blob/craft-3/src/Events.php#L195
Fixed in 1.1.7
Description
TicketTypesController requires the
events-manageTicketTypes
permission, but this permission is not registered by the plugin. Non-admins trying to add or edit ticket types get a 403 forbidden response.https://github.com/verbb/events/blob/craft-3/src/controllers/TicketTypesController.php#L22 https://github.com/verbb/events/blob/craft-3/src/Events.php#L195
Steps to reproduce
Additional info