Improve fieldsForPreview to align with other fieldsFor methods #4828
Unanswered
LorenzoSapora
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.
-
Description:
In the abstract NovaResource we have
fieldsForPreview()
, but it doesn't do anything. Instead you have to add the->showOnPreview()
to existing fields infields()
. While this is passable, it lacks the flexibility afforded to us like fieldsForDetail() and the like.Detailed steps to reproduce the issue on a fresh Nova installation:
Beta Was this translation helpful? Give feedback.
All reactions