Add basic import/export handler views, tool to run jobs
This commit is contained in:
parent
95da490f9a
commit
282185c5af
7 changed files with 744 additions and 77 deletions
|
@ -771,6 +771,7 @@ class Form(object):
|
|||
# TODO: deprecate / remove the latter option here
|
||||
if self.auto_disable_save or self.auto_disable:
|
||||
if self.use_buefy:
|
||||
context['form_kwargs']['ref'] = self.component_studly
|
||||
context['form_kwargs']['@submit'] = 'submit{}'.format(self.component_studly)
|
||||
else:
|
||||
context['form_kwargs']['class_'] = 'autodisable'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue