Either this class or {@link CollectionContentsDropDownSelectorPanelFactory} should beregistered, but not both.
112113114115116117118
componentFactories.add(new CollectionContentsAsUnresolvedPanelFactory()); // to prevent eager loading } protected void addLinksSelectorFactories(final ComponentFactoryList componentFactories) { componentFactories.add(new EntityLinksSelectorPanelFactory()); componentFactories.add(new CollectionContentsLinksSelectorPanelFactory()); }
93949596979899
111112113114115116117
110111112113114115116