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 54 54 msg = 'Not in the youngest revision, file has possibly been moved.' 55 55 else: 56 56 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) 58 59 59 60 # IPermissionRequestor methods 60 61 def get_permission_actions(self):
