From 382f575dab8bc9d4583a04fccb25762b44fa7c72 Mon Sep 17 00:00:00 2001 From: burnettk Date: Fri, 25 Nov 2022 01:04:30 -0500 Subject: [PATCH] put id before process like completed tab and add title text to explain what is happening --- .../src/components/TasksForMyOpenProcesses.tsx | 16 +++++++++------- .../src/components/TasksWaitingForMe.tsx | 16 +++++++++------- .../src/components/TasksWaitingForMyGroups.tsx | 16 +++++++++------- 3 files changed, 27 insertions(+), 21 deletions(-) diff --git a/spiffworkflow-frontend/src/components/TasksForMyOpenProcesses.tsx b/spiffworkflow-frontend/src/components/TasksForMyOpenProcesses.tsx index 9a2de55d..95e082e7 100644 --- a/spiffworkflow-frontend/src/components/TasksForMyOpenProcesses.tsx +++ b/spiffworkflow-frontend/src/components/TasksForMyOpenProcesses.tsx @@ -46,18 +46,20 @@ export default function MyOpenProcesses() { - {rowToUse.process_model_display_name} + {rowToUse.process_instance_id} - {rowToUse.process_instance_id} + {rowToUse.process_model_display_name} - Process Id + Process Task Waiting For Date Started diff --git a/spiffworkflow-frontend/src/components/TasksWaitingForMe.tsx b/spiffworkflow-frontend/src/components/TasksWaitingForMe.tsx index c34745e1..a3656bb3 100644 --- a/spiffworkflow-frontend/src/components/TasksWaitingForMe.tsx +++ b/spiffworkflow-frontend/src/components/TasksWaitingForMe.tsx @@ -45,18 +45,20 @@ export default function TasksWaitingForMe() { - {rowToUse.process_model_display_name} + {rowToUse.process_instance_id} - {rowToUse.process_instance_id} + {rowToUse.process_model_display_name} - Process Id + Process Task Started By Waiting For diff --git a/spiffworkflow-frontend/src/components/TasksWaitingForMyGroups.tsx b/spiffworkflow-frontend/src/components/TasksWaitingForMyGroups.tsx index 858b770e..edeb6b6b 100644 --- a/spiffworkflow-frontend/src/components/TasksWaitingForMyGroups.tsx +++ b/spiffworkflow-frontend/src/components/TasksWaitingForMyGroups.tsx @@ -46,18 +46,20 @@ export default function TasksWaitingForMyGroups() { - {rowToUse.process_model_display_name} + {rowToUse.process_instance_id} - {rowToUse.process_instance_id} + {rowToUse.process_model_display_name} - Process Id + Process Task Started By Waiting For