Edgewall Software

Changes between Version 1 and Version 2 of Ticket #10961, comment 7


Ignore:
Timestamp:
May 20, 2014, 2:35:01 PM (10 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10961, comment 7

    v1 v2  
    1 We could use `is_viewable` property of `Repository` and `Node` classes to check //viewable// rather than directly using `req.perm` and the realms.
     1We could use `is_viewable()` method of `Repository` and `Node` classes to check //viewable// rather than directly using `req.perm` and the realms.
    22
    33See [source:tags/trac-1.0.1/trac/versioncontrol/api.py#L960] and [source:tags/trac-1.0.1/trac/versioncontrol/api.py#L1078 #L1078].