Skip to content

Commit f5c75cb

Browse files
author
Gauvain Pocentek
committed
Merge pull request #113 from adamreid/master
Enable updates on ProjectIssueNotes
2 parents 45adb6e + 8edd7f7 commit f5c75cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gitlab/objects.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,6 @@ class ProjectHookManager(BaseManager):
938938
class ProjectIssueNote(GitlabObject):
939939
_url = '/projects/%(project_id)s/issues/%(issue_id)s/notes'
940940
_constructorTypes = {'author': 'User'}
941-
canUpdate = False
942941
canDelete = False
943942
requiredUrlAttrs = ['project_id', 'issue_id']
944943
requiredCreateAttrs = ['body']

0 commit comments

Comments
 (0)