引用列表为选择课程提示恢复
This commit is contained in:
parent
97fb7a1f86
commit
78ba3abc23
|
@ -376,12 +376,12 @@ class AttachmentsController < ApplicationController
|
|||
respond_to do |format|
|
||||
format.js
|
||||
end
|
||||
#rescue NoMethodError
|
||||
# @save_flag = false
|
||||
# @save_message = [] << l(:label_course_empty_select)
|
||||
# respond_to do |format|
|
||||
# format.js
|
||||
# end
|
||||
rescue NoMethodError
|
||||
@save_flag = false
|
||||
@save_message = [] << l(:label_course_empty_select)
|
||||
respond_to do |format|
|
||||
format.js
|
||||
end
|
||||
end
|
||||
|
||||
def update_quotes attachment
|
||||
|
|
Loading…
Reference in New Issue