Hi there, I have an app (FarmManagement) which has CountyFarmer, InputRequest and InputRequestAuthorization classes. I want to display all the instances of InputRequestAuthorization on the CountyFarmer admin interface but I’m finding it a challenge. N/B: Fields in InputRequestAuthorization are not in CountyFarmer. Any help will be greatly appreciated.
Are you looking to display all the instances of InputRequestAuthorization
, or just the ones related to the CountyFarmer
being displayed?
By “display”, are you asking for just a display, or are you looking to have forms to be able to update those instances of InputRequestAuthorization
?