outl1ne / nova-notes-field

This Laravel Nova package adds a notes field to Nova's arsenal of fields.
MIT License
51 stars 36 forks source link

can_delete #11

Closed cord closed 4 years ago

cord commented 4 years ago

good stuff!

From the code, I see the delete link is only displayed when can_delete is true.

How can we control if a user note can be deleted?

Tarpsvo commented 4 years ago

Hi! I added a new feature for that in version 1.5.0. It requires defining a new Gate where you can return either true or false.

See the documentation: https://github.com/optimistdigital/nova-notes-field#custom-delete-authorization