Actions
Bug #16601
closedDeletion of Flex element not working
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2006-09-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:
Description
When deleting section-wise objects within a Flexform and we want to delete one, I get an error message and the the element is not removed.
Corrective patch would be:
In t3lib_tcemain.php, Line 1958, to replace the line:
if (is_array($dataValues[$key]['el'][$ik][$theKey]['el'])) {
By:
if (is_array($dataValues[$key]['el'][$ik][$theKey]['el']) && is_array($dataValues_current[$key]['el'][$ik]) && is_array($dataValues_current[$key]['el'][$ik][$theKey]) ) {
(issue imported from #M4295)
Updated by Andreas Wolf about 13 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - PHP Version deleted (
5) - Complexity set to medium
Is this still relevant with the most recent trunk?
If I see it correctly there has been no fix in TCEmain for that, at least not the described one. I guess this also only fixes the symptoms, not the root cause of this problem - but maybe I'm mistaken here.
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to Closed
No response over 1 year => closed.
Actions