diff --git a/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/EntityWorkflow/ListWorkflow.vue b/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/EntityWorkflow/ListWorkflow.vue index de645f899..943ea85f3 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/EntityWorkflow/ListWorkflow.vue +++ b/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/EntityWorkflow/ListWorkflow.vue @@ -102,11 +102,17 @@ export default { }, getPopContent(step) { if (step.transitionPrevious != null) { - return `` - ; + if (step.transitionPreviousBy !== null) { + return `` + ; + } else { + return `` + } } }, formatDate(datetime) {