prefixComponent is only applied on detail views #4343
Answered
by
crynobone
ianrobertsFF
asked this question in
Q&A
-
Description:The prefixComponent meta is only applied on the Detail View:
On Index, Update, and Create:
It would be more consistent, and more useful, if prefixComponent were applied regardless of the resource view. Detailed steps to reproduce the issue on a fresh Nova installation:
|
Beta Was this translation helpful? Give feedback.
Answered by
crynobone
May 30, 2022
Replies: 1 comment 1 reply
-
This isn't a bug, If you want to suggest that we add it for every view submit an idea via https://github.com/laravel/nova-issues/discussions/new?category=ideas-feature-requests |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ianrobertsFF
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This isn't a bug,
resolveComponentName
is used specifically for Resource Tool which only available on Detail view.If you want to suggest that we add it for every view submit an idea via https://github.com/laravel/nova-issues/discussions/new?category=ideas-feature-requests