mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-03-01 09:30:46 +00:00
do not show timestamp links for cancelled events, since you cannot reset to them
This commit is contained in:
parent
92e51baca3
commit
baa93f5e2c
@ -308,7 +308,7 @@ export default function ProcessInstanceLogList({
|
|||||||
let timestampComponent = (
|
let timestampComponent = (
|
||||||
<td>{convertSecondsToFormattedDateTime(logEntry.timestamp)}</td>
|
<td>{convertSecondsToFormattedDateTime(logEntry.timestamp)}</td>
|
||||||
);
|
);
|
||||||
if (logEntry.spiff_task_guid) {
|
if (logEntry.spiff_task_guid && logEntry.event_type !== 'task_cancelled') {
|
||||||
timestampComponent = (
|
timestampComponent = (
|
||||||
<td>
|
<td>
|
||||||
<Link
|
<Link
|
||||||
|
Loading…
x
Reference in New Issue
Block a user