Type: Python module or package
File:lino:tests/23.py
Refering articles:
- more: updateRow() and validators (3) (05.09.05) — Uff: test 23 again functional. Triggers are now executed only at commit(). Boolean attribut DataRow._dirty replaced by a dictionary holding the row attributes that must be triggered.
- updateRow() and validators (31.08.05) — Working on testcase 23. It fails because Query.updateRow() calls ProductInvoiceLine.after_product() too early. It must first store all the values, then only call the after-triggers of the columns which have been updated.