Project

General

Profile

Feature #84704

Updated by Sybille Peters almost 6 years ago

h1. 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). 

 h1. h2. Possible solution fix 

 Highlighting *all* broken links in RTE (not just page links) is already addressed by issue #84990. 

 Additionally, we can use the edit * Provide (additional) icon to only edit the field, not entire record  

 h1. Images 

 (e.g. tt_content.bodytext, not tt_content) 
 * Highlight broken links in RTE (this is addressed by issue    #84990) 


 h2. Current behaviour 

 !broken-links1.png! 
 !broken-links2.png! 

 Edit form for entire record is opened.  

 h2. New behaviour with solution 

 !linkval.png! 

 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! 

Back