From d4bea474b2d285ab39ddc065eeba80582c61d626 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 26 Jun 2020 16:04:27 +0200 Subject: [PATCH] wizard: Don't write `skip_validation` to config files --- library/Icingadb/Setup/ApiTransportPage.php | 1 + library/Icingadb/Setup/DbResourcePage.php | 1 + 2 files changed, 2 insertions(+) diff --git a/library/Icingadb/Setup/ApiTransportPage.php b/library/Icingadb/Setup/ApiTransportPage.php index c686928c..e8db5ad5 100644 --- a/library/Icingadb/Setup/ApiTransportPage.php +++ b/library/Icingadb/Setup/ApiTransportPage.php @@ -102,6 +102,7 @@ class ApiTransportPage extends Form 'checkbox', 'skip_validation', [ + 'ignore' => true, 'label' => t('Skip Validation'), 'description' => t('Check this to not to validate the configuration') ] diff --git a/library/Icingadb/Setup/DbResourcePage.php b/library/Icingadb/Setup/DbResourcePage.php index 83380a74..fee7619a 100644 --- a/library/Icingadb/Setup/DbResourcePage.php +++ b/library/Icingadb/Setup/DbResourcePage.php @@ -136,6 +136,7 @@ class DbResourcePage extends Form 'checkbox', 'skip_validation', [ + 'ignore' => true, 'label' => t('Skip Validation'), 'description' => t('Check this to not to validate the configuration') ]