Actions
Bug #80143
closedBackendUtility::getProcessedValue misses deleted restriction on inline fields
Start date:
2017-03-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
When moving to Doctrine we missed one deleted restriction.
Steps to reproduce:- Create a CE with images
- Assign multiple images to that CE
- Save the CE
- Open up the CE and delete some of the image references
- Safe the CE
- Switch to list module
- Use the Single Table view for tt_content
- Select "images" or "assets" in the "Set fields" section
- Click "Set fields"
Current result:
The deleted references will be shown
Desired result:
The deleted references are not shown
Files
Actions
#1
Updated by Mathias Schreiber over 7 years ago
- File 80143_before.png 80143_before.png added
- File 80143_after.png 80143_after.png added
- Description updated (diff)
Updated by Gerrit Code Review over 7 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51955
Updated by Mathias Schreiber over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c9a9cd796c21f44af7f05293b070050fdb5d99d8.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions