云上实验室删除添加的实践课程时删除课程相关数据

chromesetting
cxt 5 years ago
parent 1b2533ca9f
commit 77f1d0c6f0

@ -17,7 +17,9 @@ class Admins::LaboratorySubjectsController < Admins::BaseController
def destroy
return render_js_error('不能删除自建课程', type: :notify) if current_laboratory_subject.ownership?
current_laboratory_subject.destroy!
current_subject = current_laboratory_subject.subject
current_subject.shixuns.destroy_all
current_subject.destroy!
render_delete_success
end

Loading…
Cancel
Save