项目版本库错误提示信息设置为flash.now[:error]

tmp
ouyangxuhua 10 years ago
parent 966bd8f94c
commit a7f2f0a6d2

@ -342,7 +342,7 @@ class ProjectsController < ApplicationController
if params[:repository] == "pswd_is_null"
html << l(:label_password_not_null)
end
flash[:error] = html if !html.to_s.blank?
flash.now[:error] = html if !html.to_s.blank?
end
scm = params[:repository_scm] || (Redmine::Scm::Base.all & Setting.enabled_scm).first
@repository = Repository.factory(scm)

Loading…
Cancel
Save