Listing in Resource
Is it possible to remove list in resource, I don't need to show it also I don't need anyone to put the URL and can access it
Any solution please
Solution:Jump to solution
i don't know if this would help but in your list resource you can call this function
```php
public static function canAccess(array $parameters = []): bool
{
return false; ...
6 Replies
Any solution please?
what is your goal?
I have it in relation manager but I saw an article that if you don't want to edited in modal mode you can add new resource and use it for editing mode but now I have a problem that the listRecord it shows if you are going through the URL
Solution
i don't know if this would help but in your list resource you can call this function
Let me try
It works thank you so much!
Great🙂