Bug #39094
Task #44342: List module improvements
col Pos gets lost after cut and paste
| Status: | Resolved | Start date: | 2012-07-19 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Dirk Hoffmann | % Done: | 0% |
|
| Category: | List module | Spent time: | - | |
| Target version: | - | |||
| TYPO3 Version: | 4.5 | PHP Version: | ||
| Votes: | 1 (View) |
Description
When you cut a content-element in list module and paste it on another page the colpos for the new element is "0".
Because of that the element isn't visible in the page_module.
History
Updated by Jo Hasenau 11 months ago
- Category set to List module
- Status changed from New to Accepted
it should be visible as long as you provide at least one column with value 0 within the backend layout of your page.
BTW: We provided a TSconfig switch to remove child elements of grids completely from the list view to avoid problems.
TCEFORM.tt_content.tx_gridelements_backend_layout.removeChildrenFromList = 1
There are some issues with sorting as well.
So maybe you want to enable that switch until we will be able to handle grid elements properly when in list view.
Updated by Jo Hasenau 5 months ago
- Assignee set to Dirk Hoffmann
- TYPO3 Version set to 4.5
Updated by Jo Hasenau 5 months ago
- Parent task set to #44342
Updated by Jo Hasenau 4 months ago
- Status changed from Accepted to Resolved
Fixed with the new XCLASSed list module in current trunk