Ticket #1479: web_ui.py.diff

File web_ui.py.diff, 0.6 kB (added by jander@confocus.com, 2 years ago)
  • web_ui.py

    old new  
    5454                            msg = 'Not in the youngest revision, file has possibly been moved.' 
    5555                        else: 
    5656                            continue 
    57                     yield (req.href.browser(path, rev=rev), path, cset.date, cset.author, msg) 
     57                    if repo.authz.has_permission(path): 
     58                        yield (req.href.browser(path, rev=rev), path, cset.date, cset.author, msg) 
    5859         
    5960    # IPermissionRequestor methods 
    6061    def get_permission_actions(self):