~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-04 12:04:29 UTC
  • mfrom: (14625.1.2 hide-forbidden-sprbs)
  • Revision ID: launchpad@pqm.canonical.com-20120104120429-9up4kvcasxykd355
[r=jtv][bug=882834] Do not show SourcePackageRecipeBuilds that the
        user can't see in the SourcePackageRecipe views.

Show diffs side-by-side

added added

removed removed

Lines of Context:
578
578
        If no such `BugSubscription` exists, return None.
579
579
        """
580
580
 
581
 
    def getSubscriptionInfo(level=None):
 
581
    def getSubscriptionInfo(level):
582
582
        """Return a `BugSubscriptionInfo` at the given `level`.
583
583
 
584
 
        :param level: A member of `BugNotificationLevel`. Defaults to
585
 
            `BugSubscriptionLevel.LIFECYCLE` if unspecified.
 
584
        :param level: A member of `BugNotificationLevel`.
586
585
        """
587
586
 
588
587
    def getBugNotificationRecipients(duplicateof=None, old_bug=None,