~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: j.c.sackett
  • Date: 2011-12-06 13:45:58 UTC
  • mfrom: (14446 devel)
  • mto: This revision was merged to the branch mainline in revision 14448.
  • Revision ID: jonathan.sackett@canonical.com-20111206134558-56squdx5tl2g2xap
MergedĀ inĀ devel.

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',