~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/interfaces/role.py

[r=sinzui][bug=885672] Allow users in project roles and the comment
 owner to hide/unhide bug comments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
    def isDriver(obj):
129
129
        """Is this person the driver of the object?"""
130
130
 
 
131
    def isBugSupervisor(obj):
 
132
        """Is this person the bug supervisor of the object?"""
 
133
 
 
134
    def isSecurityContact(obj):
 
135
        """Is this person the security contact of the object?"""
 
136
 
131
137
    def isOneOfDrivers(obj):
132
138
        """Is this person on of the drivers of the object?
133
139