disable config validation (closes foodcoops#313)
This commit is contained in:
parent
8e04074cd3
commit
a594dffed2
3 changed files with 3 additions and 7 deletions
|
|
@ -1,6 +1,7 @@
|
|||
- title t('admin.configs.tabs.title'), false
|
||||
|
||||
= simple_form_for :config, method: :patch do |f|
|
||||
-# disable validations, because browsers can't handle inputs hidden in another tab
|
||||
= simple_form_for :config, method: :patch, html: {novalidate: true} do |f|
|
||||
|
||||
= render 'tabs', url: nil
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue