mirror of
https://github.com/sartography/spiffworkflow-frontend.git
synced 2025-02-23 19:58:25 +00:00
add the username to the task list w/ burnettk
This commit is contained in:
parent
6d598978b1
commit
43dabb65ff
@ -63,6 +63,7 @@ export default function MyTasksForProcessesStartedByOthers() {
|
||||
>
|
||||
{rowToUse.task_title}
|
||||
</td>
|
||||
<td>{rowToUse.username}</td>
|
||||
<td>{rowToUse.process_instance_status}</td>
|
||||
<td>{rowToUse.group_identifier || '-'}</td>
|
||||
<td>
|
||||
@ -95,6 +96,7 @@ export default function MyTasksForProcessesStartedByOthers() {
|
||||
<th>Process Model</th>
|
||||
<th>Process Instance</th>
|
||||
<th>Task Name</th>
|
||||
<th>Process Started By</th>
|
||||
<th>Process Instance Status</th>
|
||||
<th>Assigned Group</th>
|
||||
<th>Process Started</th>
|
||||
|
Loading…
x
Reference in New Issue
Block a user