You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The image should be saved in the storage, and its reference in the database. Reloading the editor should display the image as expected.
Actual Behaviour:
The image is displayed in the editor when inserted, but after saving:
1. The success notification appears.
2. The image is not stored in the database and the storage.
3. After reloading the editor not shows the image.
Steps To Reproduce:
Add a TranslateText richTextOption field for a model (e.g., Product) on the admin page.
Insert an image into the editor.
Save the form.
Reload the page.
Observe that the image is no longer present, and it is not stored in the database and the storage.
The text was updated successfully, but these errors were encountered:
Expected Behaviour:
The image should be saved in the storage, and its reference in the database. Reloading the editor should display the image as expected.
Actual Behaviour:
The image is displayed in the editor when inserted, but after saving:
1. The success notification appears.
2. The image is not stored in the database and the storage.
3. After reloading the editor not shows the image.
Steps To Reproduce:
The text was updated successfully, but these errors were encountered: