Actions
Bug #105301
openLinks to can't be changed if FormEngine is loaded via 2nd modal, e.g. via refindex
Status:
Accepted
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2024-10-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
There is an edgecase with editing typolink fields using another modal. Persisting works fine for regular fields.
How to reproduce:
- Create an content element with a link field, e.g. "header"
- Create a link to a file, e.g. in this example
fileadmin/styleguide/bus_lane.jpg
. Save - Go to the filelist module, search for your image and hit the count of references link
- Search for the reference you just created at the bottom and click the edit icon
- The form of the content element from step 1 opens
- Select a different link (can also be to an external url)
- Save
- Nothing happens
- Change the field manually, e.g.
t3://file?uid=2
tot3://file?uid=3
, Save => it works
can be reproduced in v12, v13
Updated by Sébastien Delcroix 3 months ago
Maybe related to this one, but adding an image to a textmedia element from this modal doesn't work either.
- In "tile" view mode : modal closes after clicking on an image and nothing changes.
- In "list" view mode : orange progress bar endlessly fills (or maybe with a timeout at the end, I didn't wait for it) after clicking on "import selection" button.
Actions