~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/interfaces/bugtask.py

[rs=buildbot-poller] automatic merge from stable. Revisions: 14440,
        14441 included.

Show diffs side-by-side

added added

removed removed

Lines of Context:
914
914
        """
915
915
 
916
916
    def userHasPrivileges(user):
917
 
        """Is the user a privledged one, allowed to changed details on a 
 
917
        """Is the user a priviledged one, allowed to changed details on a
918
918
        bug?.
919
919
 
920
920
        :return: A boolean.
1017
1017
        required=False)
1018
1018
    has_cve = Bool(
1019
1019
        title=_('Show only bugs associated with a CVE'), required=False)
1020
 
    bug_supervisor = Choice(
1021
 
        title=_('Bug supervisor'), vocabulary='ValidPersonOrTeam',
1022
 
        description=_('Show only bugs in packages this person or team '
1023
 
                      'is subscribed to.'),
 
1020
    structural_subscriber = Choice(
 
1021
        title=_('Structural Subscriber'), vocabulary='ValidPersonOrTeam',
 
1022
        description=_(
 
1023
            'Show only bugs in projects, series, distributions, and packages '
 
1024
            'that this person or team is subscribed to.'),
1024
1025
        required=False)
1025
1026
    bug_commenter = Choice(
1026
1027
        title=_('Bug commenter'), vocabulary='ValidPersonOrTeam',