Actions
Bug #18698
closedmod.SHARED.colPos_list cannot hide all columns
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-04-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I tried to hide the content cols in TS Setup (Systemfolders for tt_news).
"mod.SHARED.colPos_list <" and "mod.SHARED.colPos_list ="
Thats not possible.
Any Ideas?!
(issue imported from #M8248)
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Chris topher over 11 years ago
- Status changed from Needs Feedback to Closed
- % Done changed from 0 to 100
mod.SHARED.colPos_list <
This does not look right. You cannot unset the value with mod.SHARED.colPos_list <
, but with mod.SHARED.colPos_list >
.
Anyway, in newer versions mod.SHARED.colPos_list
has been removed from TYPO3. Now you should use a backend layout instead.
Actions