The main branch and 2_4_3-8 release are affected.
When importing the image through Texture, it's being saved in OJS database as a submission file with non-localized name property. This leads to an incorrect path to the file on the front-end when presenting with JATS Parser Plugin.
To reproduce:
- Edit an XML file with Texture.
- Click on
Insert -> Figure or replace the existing one.
- Save the change
- Look for the correspondent submission file in
submission_file_settings table. The entry looks like:
submission_file_id locale setting_name setting_value setting_type
2314 0 name fig4.jpg string
The main branch and 2_4_3-8 release are affected.
When importing the image through Texture, it's being saved in OJS database as a submission file with non-localized
nameproperty. This leads to an incorrect path to the file on the front-end when presenting with JATS Parser Plugin.To reproduce:
Insert -> Figureor replace the existing one.submission_file_settingstable. The entry looks like: