nova-permissions icon indicating copy to clipboard operation
nova-permissions copied to clipboard

Global search

Open timcv opened this issue 6 years ago • 0 comments

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

timcv avatar Oct 23 '19 12:10 timcv