netresearch / t3x-rte_ckeditor_image

Image support in CKEditor for the TYPO3 ecosystem
GNU Affero General Public License v3.0
56 stars 65 forks source link

[BUGFIX] use URL of newly processed file #233

Closed hannesbochmann closed 1 year ago

hannesbochmann commented 1 year ago

We have RTE fields which contain images with a src like "fileadmin/processed/9/f/csm_image_b87be79882.png". If the image got updated meanwhile and for example the modification date changed, the newly processed file will have a new path as the checksum changes. But this new path is not used if the src attribute doesn't start with a slash. This PR will make use of the newly processed file.

fixes #232

cnmarco commented 1 year ago

For me (TYPO3 11.5.26, PHP 8.1) it looks like this also fixed #199.

maikschneider commented 1 year ago

Fixed the issue of not showing images after saving in BE & FE for me. (v11, PHP7.4)

+1

Gitsko commented 1 year ago

It was fixed in this case #199