Actions
Bug #101974
closedReloading the element browser iframe breaks the "Import selection" feature
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-09-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When the iframe containing the element browser gets reloaded (e.g. when changing the sorting), the "Import selection" buttons breaks. The reason is that the required relation to the linked IRRE object id gets lost. (see e.g. Build/Sources/TypeScript/backend/element-browser.ts
, method insertElement()
).
- open CE "Text and images"
- click on "add image"
- on the modal window, click on the double arrow to reorder the images
- select an image with the checkbox
- click on "import selection"
Actions