Commit ede1cb24 by asadazam93 Committed by AsadAzam

Fixed langauage not saving publisher

parent bb0ce1f6
......@@ -1044,6 +1044,7 @@ class CourseRunEditView(mixins.LoginRequiredMixin, mixins.PublisherPermissionMix
try:
with transaction.atomic():
course_run = run_form.save(changed_by=user)
run_form.save_m2m()
course_run.staff.clear()
course_run.staff.add(*staff)
......
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