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}}