640
640
return self._status in RESOLVED_BUGTASK_STATUSES
643
650
num_bugtasks = Store.of(self).find(
644
651
BugTask, bug=self.bug).count()
648
658
def delete(self, who=None):
651
661
who = getUtility(ILaunchBag).user
658
668
notify(ObjectDeletedEvent(self, who))