Bug #100980
openWhen editing DCE directly from the file manager. Links are not updating.
0%
Description
Redirected as a core issue from the DCE github: https://github.com/a-r-m-i-n/dce/issues/60
Versions
DCE version: 2.9.3
TYPO3 version: 11.5.24 / 11.5.25
PHP version: 7.4 / 8.2
Describe the bug
In short: When editing a DCE directly from the File Manager / Dateiliste. Links are not updating.
In our case, we have a simple Download list module (Repeating DCE List with a Name & Link Flexform). A client wants to update his old download files for new ones. So he went into the file manager, and looked at which DCE modules reference the old download files. He then opens one of the DCE Download Modules referencing the file. Which opens neatly in a frame. He starts changing the links, but after selecting a new file the link input never updates, and the old file never updates. This is an issue only with the Typolink configuration.
I found out that when opening the module directly on for example the downloads page. The links are being updated just fine. So this is a problem with the view from File Manager. I tested this scenario in another project, and could confirm the same behaviour.
Files
Updated by Benni Mack over 1 year ago
- Status changed from New to Needs Feedback
So the problem is that you have FormEngine in a modal box (opened via the info popup => references), and then the Modal for editing a link is not working anymore?
Updated by Erik de Kuijper over 1 year ago
- File link-browser.gif link-browser.gif added
Benni Mack wrote in #note-1:
So the problem is that you have FormEngine in a modal box (opened via the info popup => references), and then the Modal for editing a link is not working anymore?
Correct! The Link Browser can be opened like normal, files can be seen and selected. But the input is never updating (as seen in the attached gif).