Merge pull request #1018 from taigaio/bug/fix_project_history

Fix project freeze and add permissions
remotes/origin/fix-throttling-bug
Alejandro 2017-08-23 13:21:04 +02:00 committed by GitHub
commit b32a8695de
1 changed files with 3 additions and 1 deletions

View File

@ -262,7 +262,9 @@ def project_freezer(project) -> dict:
"slug", "slug",
"created_at", "created_at",
"owner_id", "owner_id",
"public", "is_private",
"anon_permissions",
"public_permissions",
"total_milestones", "total_milestones",
"total_story_points", "total_story_points",
"tags", "tags",