You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all I want to thank you for making the dependency container working for Nova 4!
I have one question thought. I saw that in the documentation there is a section for showing fields on index/detail views by utilizing the fieldsForIndex and so on methods, but I wonder why there is still a TODO in HasDependencies trait - the filterFieldForRequest method. Is there is anything stopping you from filtering the field based on the request type (index, detail and so on)? Have you stumbled on some issue there?
Cheers,
Bobby
The text was updated successfully, but these errors were encountered:
Hey,
First of all I want to thank you for making the dependency container working for Nova 4!
I have one question thought. I saw that in the documentation there is a section for showing fields on index/detail views by utilizing the
fieldsForIndex
and so on methods, but I wonder why there is still a TODO inHasDependencies
trait - thefilterFieldForRequest
method. Is there is anything stopping you from filtering the field based on the request type (index, detail and so on)? Have you stumbled on some issue there?Cheers,
Bobby
The text was updated successfully, but these errors were encountered: