mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-12 02:24:15 +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 = (
|
const getProcessModelSpanTag = (
|
||||||
processInstance: ProcessInstance,
|
_processInstance: ProcessInstance,
|
||||||
identifier: string
|
identifier: string
|
||||||
) => {
|
) => {
|
||||||
const modifiedModelId = modifyProcessIdentifierForPathParam(
|
return <span>{identifier}</span>;
|
||||||
processInstance.process_model_identifier
|
|
||||||
);
|
|
||||||
return (
|
|
||||||
<span>
|
|
||||||
<Link to={`/process-models/${modifiedModelId}`}>{identifier}</Link>
|
|
||||||
</span>
|
|
||||||
);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const getWaitingForTableCellComponent = (processInstanceTask: any) => {
|
const getWaitingForTableCellComponent = (processInstanceTask: any) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user