Actions
Bug #52179
closedContentElement upload - inconsistent timestamp updating
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-09-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The timestamp of the upload contentElement doesn't change when adding file references.
How to reproduce:
- Create new upload content element. Add an file reference and watch the timestamp.
- Add another file reference. Watch the timestamp again. It doesn't change.
- Delete the file reference. Watch the timestamp. Now the timestamp changes.
TYPO3 6.1.3
Updated by Alexander Wende about 11 years ago
I noticed that this bug affects all inlineElements.
TYPO3\CMS\Core\DataHandling\DataHandler->checkValue_inline() returns nothing when adding new inline elements. So if nothing else than the inline element is changed, TYPO3\CMS\Core\DataHandling\DataHandler->fillInFieldArray() will return an empty array and no new timestamp will be generated
Actions