Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.0-M4
-
None
Description
EntityLinksSelectorPanelFactory can actually return either a Bs3GridPanel, or an EntityLinksSelectorPanel. Except it always does the former, and the latter is dead code.
That means in turn that EntityLinksSelectorPanelFactory is (a) misnamed and (b) should not be given special priority in ComponentFactoryRegisterDefault as a selector ... it should be just another built-in.
That would then allow other implementations of the ComponentType.ENTITY to be picked up.