wizard: Don't write skip_validation to config files

This commit is contained in:
Johannes Meyer 2020-06-26 16:04:27 +02:00
parent 2c0662c420
commit d4bea474b2
2 changed files with 2 additions and 0 deletions

View file

@ -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')
]

View file

@ -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')
]