Skip to content

Commit

Permalink
Merge pull request #113 from adamreid/master
Browse files Browse the repository at this point in the history
Enable updates on ProjectIssueNotes
  • Loading branch information
Gauvain Pocentek committed May 12, 2016
2 parents 45adb6e + 8edd7f7 commit f5c75cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gitlab/objects.py
Expand Up @@ -938,7 +938,6 @@ class ProjectHookManager(BaseManager):
class ProjectIssueNote(GitlabObject):
_url = '/projects/%(project_id)s/issues/%(issue_id)s/notes'
_constructorTypes = {'author': 'User'}
canUpdate = False
canDelete = False
requiredUrlAttrs = ['project_id', 'issue_id']
requiredCreateAttrs = ['body']
Expand Down

0 comments on commit f5c75cb

Please sign in to comment.