This commit is contained in:
2021-05-13 15:35:58 +00:00
parent d6f461343b
commit b6e8d20838

View File

@@ -307,6 +307,15 @@ todo: many biz objects are not using new PUT methodology
CURRENTLY DOING: labors (but involves contract change below)
Header POST doesn't need special contract handling, only put and grandchild POST / PUTS
labor, parts, travel
todo: on put needs to return object if prices updated, not just concurrency token!!
prices are *always* updated contract or not bc set by choice of part, not at client
any object modified at server must return object
only some won't need this
Contract control is working now, but haven't added code at server to update all objects when contract is changed
So, that must be done next, then can test and confirm it's working
ideally put that code in for all affected stuff now at back end rather than waiting.