devaslanphp / project-management

An open source Project management tool based on Laravel and Filament
https://devaslanphp.github.io/project-management
MIT License
681 stars 188 forks source link

Permissions #94

Open creatobg opened 11 months ago

creatobg commented 11 months ago

Users who do not have permissions to delete things can do so through the checkbox lists and selecting "Delete selected".

mihaisolomon commented 10 months ago

Thanks, I will have a look over it. Or you can fork and create a pull request with the solution

Hussam92 commented 5 months ago

deleteAny()

Add deleteAny() to your policies. That should help. I could provide a PR