Bug #21133
closeddisablePrependAtCopy not working
0%
Description
TCEMAIN.table.###NAME_OF_TABLE###.disablePrependAtCopy = 1 seems to be no longer working. Tested with pages and tt_content. I found this issue accidentally and not after installing a specific extension or changing tsconfig etc.
Installed extensions
- templavoila 1.3.7
- nh_tvdragndrop 0.0.9
- realurl 1.5.3
- aeurltool 0.1.0
- seo_basics 0.6.0
- kj_recycler 5.0.0
- phpmyadmin 4.3.0
- css_styled_content 0.4.0
- a1_teasermenu 0.1.0
- tt_address 2.2.1
- rgpopup 1.1.1
- felogin 1.0.0
- lumogooglemaps 0.2.2
- th_mailformplus 4.0.14
- t3mootools 1.2.3
- tt_news 2.5.2
- perfectlightbox 2.2.4
- rgsmoothgallery 1.5.1
- static_info_tables 2.1.0
(issue imported from #M12051)
Updated by Benni Mack about 15 years ago
TCEMAIN.table.tt_content.disablePrependAtCopy = 0
TCEMAIN.table.tt_content.disablePrependAtCopy = 1
both work as expected in the latest TYPO3 version. Can anybody else reproduce this issue?
Updated by Christian Kuhn about 15 years ago
Resolved, unable to reproduce (trunk rev. 6055):
Configuration below (pageTS) works for me as expected, with 0 and 1 explicitly set.
This is probably not a core problem, but some setup error or something. Please reopen if you are able to track this down to a core issue.
TCEMAIN {
table {
pages.disablePrependAtCopy = 1
tt_content.disablePrependAtCopy = 1
}
}