Commit dbbb107d authored by Michal Čihař's avatar Michal Čihař

Add missing permission to delete suggestions

parent 6fa6cc4d
......@@ -21,6 +21,7 @@ class Command(BaseCommand):
Permission.objects.get(codename = 'overwrite_translation'),
Permission.objects.get(codename = 'save_translation'),
Permission.objects.get(codename = 'accept_suggestion'),
Permission.objects.get(codename = 'delete_suggestion'),
Permission.objects.get(codename = 'ignore_check'),
)
if options['move']:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment