- Issue created by @unqunq
The TicketPermissions class pulls in all the tickets to generate a list of permissions instead of ticket types.
This leads to overloading the permissions page with multiple entries for each ticket added instead.
Add a ticket type and a few ticket entries. The labels of tickets appear on the permissions page instead of the ticket type.
Use TicketType class instead of Ticket in TicketPermissions class function generatePermissions.
Update parameter for buildPermissions function to take in TicketType instead of Ticket.
Active
1.0
Code