From dc44aaf952181a20b30ac990b9f694d4e4eb7395 Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Fri, 15 Jun 2018 16:19:03 +0900 Subject: [PATCH] Add missing hidden field Signed-off-by: Kenji Okimoto --- app/views/fluentd/settings/in_tail/_form.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/fluentd/settings/in_tail/_form.html.haml b/app/views/fluentd/settings/in_tail/_form.html.haml index 67f1827..78ed465 100644 --- a/app/views/fluentd/settings/in_tail/_form.html.haml +++ b/app/views/fluentd/settings/in_tail/_form.html.haml @@ -15,6 +15,7 @@ - parse_config = setting.create_parser = form.fields("parse[0]", model: parse_config, builder: FluentdFormBuilder) do |f| - f.object.common_options.each do |key| + = f.hidden_field(key) = f.field(key, disabled: true) = form.field(:tag)