Feature #84704
closedLinkvalidator: Open edit form for specific field in record (,not entire record) when fixing links
100%
Description
Problem¶
Currently, the links are displayed in a list. They must be fixed one after the other.
In the list of broken links, you can click on the edit icon, which gets you to an edit form for the entire record. There you have no context, which field is concerned and which link should be modified (in an RTE field there may be several).
Possible solution¶
Highlighting all broken links in RTE (not just page links) is already addressed by issue #84990.
Additionally, we can use the edit icon to only edit the field, not entire record
Images¶
Current behaviour¶
Edit form for entire record is opened.
New behaviour with solution¶
Edit form for specific field in record (where broken link is found) is opened. Here: tt_content.bodytext.
If the other patch #84990 is also applied, it will be much easier to fix broken links this way!
Files