Fixed Sync multiple redirect issue
This commit is contained in:
parent
4b56866d23
commit
db00b8c2b6
|
@ -396,12 +396,6 @@ class Admin::ImportDataController < OrbitBackendController
|
|||
|
||||
@journal_paper.create_user_id = @user.id
|
||||
@journal_paper.save!
|
||||
respond_to do |format|
|
||||
|
||||
format.html
|
||||
format.json { render json: {"success"=>true}.to_json}
|
||||
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue