Fix "edit row" logic for ordering batch
previous logic allowed `colander.null` to be passed to batch handler, which caused an error. also it allowed editing "all" fields for the row, which we really don't need to do, so now we just support the order quantities
This commit is contained in:
parent
fc830f60e8
commit
2b70ed1407
3 changed files with 55 additions and 4 deletions
|
@ -10,4 +10,6 @@
|
|||
|
||||
.. autoattribute:: default_handler_spec
|
||||
|
||||
.. automethod:: configure_row_form
|
||||
|
||||
.. automethod:: worksheet_update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue