Create voters and watcher for epics

remotes/origin/issue/4795/notification_even_they_are_disabled
David Barragán Merino 2016-07-20 11:01:08 +02:00
parent f2bfa82c44
commit 5d5a42a077
1 changed files with 2 additions and 4 deletions

View File

@ -546,10 +546,8 @@ class Command(BaseCommand):
# comment=self.sd.paragraph(), # comment=self.sd.paragraph(),
# user=epic.owner) # user=epic.owner)
# TODO: Epic voters self.create_votes(epic)
#self.create_votes(epic) self.create_watchers(epic)
# TODO: Epic watchers
#self.create_watchers(epic)
if self.sd.choice([True, True, False, True, True]): if self.sd.choice([True, True, False, True, True]):
filters = {} filters = {}