disable create button #4876
Replies: 2 comments
-
Hi there, Add the moment you can do the following under public function addPhoneType(User $user, Phone $phone)
{
return false;
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
Using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
is it possible to hide create resource button when the resource is access via resource?
phone model
phonetype model
after adding this to phonetype nova class i still can see the create button.
possible to create a logic to hide disable button base on parent resource?
Beta Was this translation helpful? Give feedback.
All reactions