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?
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