Actions
Bug #24944
closedEDITPANEL allow doesn't work anymore
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-02-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I tried the following:
lib.searchbox = COA
lib.searchbox {
10 = EDITPANEL
10 {
allow = toolbar,edit,new,move,hide
label = Seite: <b>%s</b>
}
20 = EDITPANEL
20 {
newRecordFromTable = tt_content
line = 0
label = Neuer Seiten-Inhalt
}
}
But only lib.searchbox.20 gives some output. allow does not seem to have any effect.
(issue imported from #M17469)
Actions