From 11edc845f11a2b6f86cb3bdbcb4eab6c49f58140 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 7 Jan 2021 20:08:25 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 8 +++++++- ayanova/src/views/svc-csr.vue | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index e91c241d..597fdae5 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -89,7 +89,13 @@ todo: DOC ENTRY (or is this defensive for no reason?) CURRENTLY DOING: - CustomerServiceRequest + CustomerServiceRequest + Front inside form + needs acceptnew, reject, acceptexisting working and fleshed out + needs restrictions on field edits and readonly once accepted or not open anyway + needs top read only Client:ssss, Created:xxx, Status: xxx section displayed + Needs report print test + TWO UI's one for inside user and one for outside users UI form make sure once accepted can't be changed to not accepted, it's one way trip diff --git a/ayanova/src/views/svc-csr.vue b/ayanova/src/views/svc-csr.vue index 1c9c870f..ba74b646 100644 --- a/ayanova/src/views/svc-csr.vue +++ b/ayanova/src/views/svc-csr.vue @@ -680,7 +680,7 @@ function generateMenu(vm) { menuOptions.menuItems.push({ title: "CustomerServiceRequestAcceptToNew", icon: null, - key: FORM_KEY + ":acceptssssnew", + key: FORM_KEY + ":acceptnew", vm: vm });