Commit ca13dc89 authored by 王浩's avatar 王浩

Merge branch 'haow/dev' into 'test'

fix

See merge request !128
parents 26de98af 43488d88
......@@ -119,7 +119,7 @@ class TopicUpdateOrCreateView(APIView):
'posting_time': request.POST.get('posting_time'),
'content': request.POST.get('content', ''),
'content_level': request.POST.get('content_level', ''),
'group_id': request.POST.get('group', '').split(':')[0],
'pictorial_id': request.POST.get('pictorial', '').split(':')[0],
'user_id': request.POST.get('user', '').split(':')[0],
'star_id': request.POST.get('star', '').split(':')[0],
'tag_ids': tag_ids,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment