~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/model/question.py

[r=adeuring][bug=823945] Provide a javascript answer contacts portlet
 which allows users to be removed as contacts

Show diffs side-by-side

added added

removed removed

Lines of Context:
1351
1351
        admins = getUtility(ILaunchpadCelebrities).admin
1352
1352
        if (person == subscribed_by
1353
1353
            or person in subscribed_by.administrated_teams
 
1354
            or subscribed_by.inTeam(self.owner)
1354
1355
            or subscribed_by.inTeam(admins)):
1355
1356
            return True
1356
1357
        return False