843
843
and self._checkAutoconfirmFeatureFlag()
844
844
# END TEMPORARY BIT FOR BUGTASK AUTOCONFIRM FEATURE FLAG.
847
847
bugtask_before_modification = Snapshot(
848
848
self, providing=providedBy(self))
850
855
notify(ObjectModifiedEvent(
851
self, bugtask_before_modification, ['status'], user=user))
856
self, bugtask_before_modification, ['status'], user=janitor))
853
858
def canTransitionToStatus(self, new_status, user):