贴吧不能新建成功的时候 也没有给出任何提示

This commit is contained in:
lizanle 2015-09-19 13:47:00 +08:00
parent cddb3deb35
commit 11714868b7
1 changed files with 2 additions and 0 deletions

View File

@ -207,6 +207,7 @@ class ForumsController < ApplicationController
# Author lizanle
# Description after save后需要进行资源记录的更新
# owner_type = 2 对应的是 forum
@save_flag=true
if params[:asset_id]
ids = params[:asset_id].split(',')
update_kindeditor_assets_owner ids ,@forum.id,OwnerTypeHelper::FORUM
@ -219,6 +220,7 @@ class ForumsController < ApplicationController
end
else
@save_flag=false
respond_to do |format|
flash.now[:error] = "#{l :label_forum_create_fail}: #{@forum.errors.full_messages[0]}"
format.js