Actions
Bug #87162
closedWidth and Height in translated meta data records not updated, when original file is replaced
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2018-12-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
metadata, languages
Complexity:
Is Regression:
Sprint Focus:
Description
Width and height of an image is stored in meta data records.
These properties are extracted by FAL API when a new image is uploaded.
When meta data is localized, DataHandler should take care to update these properties in localized record (see https://forge.typo3.org/issues/81096)
Given a localized meta data record is created exists for a file
When the image is replaced using the file list
I would expect that width and height is updated in all meta data records according to the new image
What actually happens, is that only the meta data record with sys_language_uid = 0 is updated
Actions