Actions
Bug #42132
closeddisablePrependAtCopy = 1not respected in pageTS
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
DataHandler aka TCEmain
Target version:
-
Start date:
2012-10-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If we insert
TCEMAIN.table.tt_content {
disablePrependAtCopy = 1
}
in our pageTS, we will always get (copy 1) appended. But if we use:
TCEMAIN.table.tt_content.disablePrependAtCopy = 1
it works as expected.
Actions