diff --git a/taiga/projects/management/commands/sample_data.py b/taiga/projects/management/commands/sample_data.py index ea48c4e9..12e3f4e1 100644 --- a/taiga/projects/management/commands/sample_data.py +++ b/taiga/projects/management/commands/sample_data.py @@ -546,10 +546,8 @@ class Command(BaseCommand): # comment=self.sd.paragraph(), # user=epic.owner) - # TODO: Epic voters - #self.create_votes(epic) - # TODO: Epic watchers - #self.create_watchers(epic) + self.create_votes(epic) + self.create_watchers(epic) if self.sd.choice([True, True, False, True, True]): filters = {}