Project

General

Profile

Bug #84214

Updated by Sybille Peters over 4 years ago

By default, all broken links in records for which the editor has read access (perms=1) are displayed. I think this should be changed to read / write (perms=3): It does not make sense for the editor to be displayed lists of broken links he can't do anything about because he does not have write permsission to the records.  

 h2. Reproduce 

 Set permissions so a specific user does not have write access to content but can view the page in page tree. The page has one or more broken links. Check for broken links has already been performed 

 # Set permission for page: other user and same group as user (e.g. simple editor) 
 # Set permissions so group can only show page (not edit content) 

 !permissions.png! 

 # Open report for broken links 
 # Start to edit a broken link by clicking on pencil symbol 

 Error message: 

 <pre> 
 Sorry, you didn't have proper permissions to perform this change. 

 No content edit permission for user 2 on page 104 1437679657 
 </pre> 

Back