~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

Merge db-devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
        `BugNotificationRecipient` objects.
81
81
        """
82
82
 
83
 
    def getRecipientFilterData(recipient_to_sources, notifications):
 
83
    def getRecipientFilterData(bug, recipient_to_sources, notifications):
84
84
        """Get non-muted recipients mapped to sources & filter descriptions.
85
85
 
 
86
        :param bug:
 
87
            A bug we are collecting filter data for.
86
88
        :param recipient_to_sources:
87
89
            A dict of people who are to receive the email to the sources
88
90
            (BugNotificationRecipients) that represent the subscriptions that