I wanted to group some entities in a dictionary in a Moose inspector but I got some errors because the navigation panel ask to the object been inspected #isMooseModel but this is only implemented on MooseObject.
Either the navigation tab should be displayed only for Moose objects and not all objects or we should start by isMooseObject before isMooseModel.
I wanted to group some entities in a dictionary in a Moose inspector but I got some errors because the navigation panel ask to the object been inspected #isMooseModel but this is only implemented on MooseObject.
Either the navigation tab should be displayed only for Moose objects and not all objects or we should start by
isMooseObjectbeforeisMooseModel.