From 2c32b27032f1463fed0e7108860001fb992ee131 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 3 Jun 2021 20:09:48 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 9 ++++++++- ayanova/src/api/open-object-handler.js | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 0facf5c9..a8876af8 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -400,7 +400,14 @@ todo 3: signature: report helper display signature and form ui control to captur 3873 3: subtree woitem lists implement must be some planning on this, forget what I decided exactly - + +todo 2: open object handler for workorder descendants **VERY IMPORTANT** + 1) get the id of the workorder and item to open from the server using descendant to wo ID + 2) pass that on to the workorder from + 3) workorder form must open the wo in question then navigate to the descendant in question automatically + + + todo 2-3: test and confirm can duplicate workorder and it works properly inventory affecting items are handled how? Because duplicate happens AT the server so it can't just do the same exact items and serials and quantities etc diff --git a/ayanova/src/api/open-object-handler.js b/ayanova/src/api/open-object-handler.js index bf64de35..b1a8ffd6 100644 --- a/ayanova/src/api/open-object-handler.js +++ b/ayanova/src/api/open-object-handler.js @@ -322,7 +322,7 @@ export default { default: window.$gz.eventBus.$emit( "notify-warning", - `open-object-handler: unknown [${tid.type},${tid.id}]` + `open-object-handler: unknown [type:${tid.type}, id:${tid.id}]` ); } }