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:
Lance Edgar 2020-02-24 13:38:58 -06:00
parent fc830f60e8
commit 2b70ed1407
3 changed files with 55 additions and 4 deletions

View file

@ -10,4 +10,6 @@
.. autoattribute:: default_handler_spec
.. automethod:: configure_row_form
.. automethod:: worksheet_update