Actions
Bug #59636
closedTCEFORM.tt_content.menu_type / removeItems 0 => mod.wizards hidden
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2014-06-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When removing menu types 0, the menu item in wizard (displayed when creating a new content) is hidden :
TCEFORM.tt_content.menu_type {
removeItems = 0
}
This is also the same when adding items or removing an other one :
TCEFORM.tt_content.menu_type {
removeItems = 0,1
addItems.21 = Menu test
}
But it works fine when removing others items :
TCEFORM.tt_content.menu_type {
removeItems = 1
}
or
TCEFORM.tt_content.menu_type {
removeItems = 1,2,3,4,5,6,7,8
}
Files
Actions