From 27b5416d4ee0db7329e76f320f7b1c3660e8c8a9 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 29 Apr 2021 19:05:27 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 -- ayanova/src/components/work-order-state.vue | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index ec219554..dc35b7e8 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -302,8 +302,6 @@ todo: cypress testing for load testing etc install standalone cypress and go it without vue stuff - -todo: workorder status should survive a erase and should have stock values to include one for accounting (was the "Printed" case about accountant forgetting to print but expanding into a full accounting needs to do their thing status) todo: can I turn control labels into hyperlinks for getting to feeder records? If not then need to find a way to accomplish it e.g. can workorder status title be changed to a hyper link to status list diff --git a/ayanova/src/components/work-order-state.vue b/ayanova/src/components/work-order-state.vue index 62d55dfb..77f30f62 100644 --- a/ayanova/src/components/work-order-state.vue +++ b/ayanova/src/components/work-order-state.vue @@ -77,6 +77,8 @@ item-value="id" dense :label="$ay.t('NewStatus')" + :prepend-icon="editStateIcon()" + @click:prepend="handleEditStateClick()" >