Details
-
Task
-
Resolution: Fixed
-
Neutral
-
5.0
-
None
-
None
-
-
Empty show more show less
-
Empty show more show less
-
RC 1
Description
AbstractContentPresenter and AbstractJcrContainer both define an identical method
Iterator<ColumnDefinition> getColumnsIterator()
As both are used in the defining classes to loop aver the ColumnDefinitions we actually also do more processing that required.
Dropping it from AbstractJcrContainer would allow to make the containers unaware of ViewTypes as well.
ConfiguredContentPresenterDefinition should be a simple definition and not contain any logic - hence the filtering of disabled ColumnDefinitions should be moved e.g. to AbstractContentPresenter.
Checklists
Acceptance criteria