Refactor "make batch from products query" per Vue.js theme
This commit is contained in:
parent
4a35c231f8
commit
847136b69c
2 changed files with 143 additions and 39 deletions
|
@ -1051,6 +1051,8 @@ class ProductsView(MasterView):
|
|||
|
||||
form = forms.Form(schema=schema, request=self.request,
|
||||
cancel_url=self.get_index_url())
|
||||
form.auto_disable_save = True
|
||||
form.submit_label = "Create Batch"
|
||||
form.set_type('notes', 'text')
|
||||
|
||||
params_forms = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue