Skip to content

Commit

Permalink
Add modify_his_issue_comment permissions in test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
nsurbay committed Nov 15, 2017
1 parent ae75f4d commit a425a38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion permissions/fixtures/test_permissions_views.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@
"manage_tags": false,
"modify_comment": false,
"modify_issue": false,
"modify_project": false
"modify_project": false,
"modify_his_issue_comment": false
},
"model": "permissions.globalpermission",
"pk": 1
Expand All @@ -135,6 +136,7 @@
"manage_tags": false,
"modify_comment": false,
"modify_issue": false,
"modify_his_issue_comment": false,
"project": 1
},
"model": "permissions.projectpermission",
Expand Down

0 comments on commit a425a38

Please sign in to comment.