Actions
Bug #88503
closedDelete placeholders are not considered in FormEngine TcaInline view anymore
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2019-06-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
Scenario:
- backend
- having some content element (text w/image)
- having at least one image reference
- switching to some workspace
- edit same content element
- delete one image reference
- save form
Result:
- deleted image reference is still visualized in FormEngine when in workspace context
- delete placeholder actually is correctly persisted to database - thus, overlaying fails in a way
Versions:
- works in TYPO3 v8 & v7
- does not work in TYPO3 v9 anymore
Updated by Oliver Hader over 5 years ago
Introduces in https://review.typo3.org/c/Packages/TYPO3.CMS/+/52496/7/typo3/sysext/backend/Classes/Form/FormDataProvider/TcaInline.php#b154
$connectedUids = $this->getWorkspacedUids($connectedUids, $childTableName);
Processing version overlay is not done anymore in TYPO3 v9 (since v9.0.0)
Updated by Oliver Hader over 5 years ago
- Related to Bug #88046: RelationHandler does not respect deleted elements added
Updated by Oliver Hader over 5 years ago
- Related to Task #82634: Drop deprecated inline localizationMode added
Updated by Oliver Hader over 5 years ago
- Subject changed from Delete placeholders are not considered in FormEngine anymore to Delete placeholders are not considered in FormEngine TcaInline view anymore
Updated by Oliver Hader over 5 years ago
- Is duplicate of Bug #88502: FormEngine IRRE does not work with Workspaces added
Actions