Actions
Bug #81368
closedImage attributes not updated in RTE after changes in fileadmin
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2017-05-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
After image file move in fileadmin and change of the metadata values, the image src and metadata are not updated in the RTE. The Bug is in the TYPO3 Core class EXT:typo3/sysext/core/Classes/Html/RteHtmlParser.php. The functions TS_images_rte() and TS_images_db() are not checking for changes of image src and metadata values.
TYPO3 Version: TYPO3 CMS 7.6.15
To reproduce the bug:
1. Place an image in RTE and save it.
2. Move the image in fileadmin from one folder to another.
3. Change the metadata such as "title" of the image.
4. Open Image in Frontend(src and metadata are up to date).
5. Open the image in RTE.
6. Save RTE without changes(src is now up to date but not the metadata).
Files
Actions