set commit msg

This commit is contained in:
Laura Klünder 2016-10-05 21:06:31 +02:00
parent 1e76866a19
commit a3449f43b9

View file

@ -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)