hackzilla-project / TicketBundle

Bundle provides multilingual ticketing functionality for Symfony applications.
http://hackzilla.org
MIT License
64 stars 43 forks source link

Custom permission service #248

Closed regisgrison closed 2 years ago

regisgrison commented 2 years ago

Hi,

I made a PR some time ago to add custom permissions to access ticket and to display ticket list.

You asked me to rewrite it using reflexion class.

Here it is. I hope this is what you expected.

Regards.

hackzilla commented 2 years ago

This is what I was hoping for 👍 Are you using v3 or v4 of the bundle?

hackzilla commented 2 years ago

@regisgrison I'm really happy with this feature. I have tweaked a little by renaming it from a service to a manger. I felt it belonged with the Ticket & UserManager.