Actions
Bug #15757
closedno delete of records during swap
Start date:
2006-03-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
in class.t3lib_tcemain.php line 3468 and 3477 $swapVersion['t3ver_stage'] and $curVersion['t3ver_stage'] are hardcoded set to 0.
- the check if the swaping record contains the "delete online version" flag t3ver_stage=2 (line 3500) allways fails, deletion of online records from a workspace is impossible.
- the check for "new-placeholder" (line 3536) fails as well, placeholder records remain in databasetable
(issue imported from #M2751)
Actions