mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-11 18:14:20 +00:00
removed link from the process model in the pi list table w/ burnettk
This commit is contained in:
parent
31b84c60e3
commit
c77d5a81c4
@ -231,17 +231,10 @@ export default function ProcessInstanceListTable({
|
||||
};
|
||||
|
||||
const getProcessModelSpanTag = (
|
||||
processInstance: ProcessInstance,
|
||||
_processInstance: ProcessInstance,
|
||||
identifier: string
|
||||
) => {
|
||||
const modifiedModelId = modifyProcessIdentifierForPathParam(
|
||||
processInstance.process_model_identifier
|
||||
);
|
||||
return (
|
||||
<span>
|
||||
<Link to={`/process-models/${modifiedModelId}`}>{identifier}</Link>
|
||||
</span>
|
||||
);
|
||||
return <span>{identifier}</span>;
|
||||
};
|
||||
|
||||
const getWaitingForTableCellComponent = (processInstanceTask: any) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user