Add helper to hide fields when replicating the resource #5037
Unanswered
Hannoma
asked this question in
Ideas & Feature Requests
Replies: 0 comments
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.
-
Can also be acheived through:
$field->hideWhenCreating(fn(NovaRequest $request) => $request->fromResourceId !== null)It would be nice to have the helper
hideWhenReplicating()or similar. As a side note: Maybe also addfromResourceIdto the NovaRequest class as a type hintBeta Was this translation helpful? Give feedback.
All reactions