set commit msg
This commit is contained in:
parent
1e76866a19
commit
a3449f43b9
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,8 @@ class HosterViewSet(ViewSet):
|
|||
if hoster != data_hoster:
|
||||
raise ValidationError('Wrong hoster.')
|
||||
|
||||
data['commit_msg'] = commit_msg
|
||||
|
||||
task = hoster.submit_edit(request, data)
|
||||
|
||||
serializer = TaskSerializer(task)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue