[TYPO3-core] RFC: Bug #16434: GridView does not show cells if they are not mapped to any column

Thomas Hempel thomas at typo3-unleashed.net
Wed Nov 17 11:19:40 CET 2010


Hi,

I'd like to clearify what is wrong with this and close the discussion 
here for now:

- The patch is basically working!
- It fails when only one cell in a grid is assigned to a colPos
- As soon as you map two or more cells it is actually working
- This is caused by a behavior in the layout class which switches to a 
"single view" if only one column is defined for a page.
- Since the bigger GridView patch, the list of configured colPosItems on 
a page is returned by a userfunction that takes the configured be_layout 
record into account.

I'm now working on a new patch which solves this issue by moving the 
GridView rendering method to another place in the source.


Greets,
Thomas


More information about the TYPO3-team-core mailing list