From b4fc11059b9b72f734be4b87388265a59cd7f68c 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 9a2de55d4..95e082e72 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 c34745e1d..a3656bb34 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 858b770e7..edeb6b6bd 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