nova-permissions
nova-permissions copied to clipboard
Global search
Hi
It would be nice if you could add a method to disable the globalSearch option for the Permission and Role resource.
I solved it by extending your resources and setting
public static $globallySearchable = false;
A method ->disableGlobalSearch() when creating the tool would be a nicer solution :)
/Tim