mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-11 16:57:11 +02:00
Fix to validate on confirm action
This commit is contained in:
parent
23f2b181f3
commit
a6dc8df1f7
@ -34,6 +34,9 @@ class Fluentd::SettingsController < ApplicationController
|
||||
if params[:back]
|
||||
return render :in_tail_after_file_choose
|
||||
end
|
||||
unless @setting.valid?
|
||||
return render :in_tail_after_format
|
||||
end
|
||||
end
|
||||
|
||||
def in_tail_finish
|
||||
|
Loading…
Reference in New Issue
Block a user