From a25ea42aa9cf18668dfd7906d758147186069301 Mon Sep 17 00:00:00 2001 From: Nabil Adouani Date: Mon, 19 Oct 2020 16:30:56 +0200 Subject: [PATCH] #1489 Display missin case number in waiting tasks and my tasks pages --- frontend/app/views/directives/entity-link.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/views/directives/entity-link.html b/frontend/app/views/directives/entity-link.html index 67e838e7fc..a3e9f6cb19 100644 --- a/frontend/app/views/directives/entity-link.html +++ b/frontend/app/views/directives/entity-link.html @@ -1,13 +1,13 @@ -  #{{value.caseId}} - {{value.title}}  +  #{{value.caseId || value.number}} - {{value.title}}  -  #{{value.caseId}} - {{value.title}}  +  #{{value.caseId || value.number}} - {{value.title}}