File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -944,7 +944,6 @@ class ProjectIssue(GitlabObject):
944944 _url = '/projects/%(project_id)s/issues/'
945945 _constructorTypes = {'author' : 'User' , 'assignee' : 'User' ,
946946 'milestone' : 'ProjectMilestone' }
947- canDelete = False
948947 requiredUrlAttrs = ['project_id' ]
949948 requiredCreateAttrs = ['title' ]
950949 # FIXME: state_event is only valid with update
@@ -1072,7 +1071,6 @@ class ProjectMergeRequest(GitlabObject):
10721071 _url = '/projects/%(project_id)s/merge_request'
10731072 _urlPlural = '/projects/%(project_id)s/merge_requests'
10741073 _constructorTypes = {'author' : 'User' , 'assignee' : 'User' }
1075- canDelete = False
10761074 requiredUrlAttrs = ['project_id' ]
10771075 requiredCreateAttrs = ['source_branch' , 'target_branch' , 'title' ]
10781076 optionalCreateAttrs = ['assignee_id' ]
You can’t perform that action at this time.
0 commit comments