Project

General

Profile

Bug #101974

Updated by Andreas Kienast 8 months ago

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()@). 

 Steps to reproduce (thanks to @erredeco): 
 # 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"

Back