From e3a9caab63eef48e1bf76d7563255e103a0c0fc6 Mon Sep 17 00:00:00 2001 From: Oak McIlwain Date: Tue, 5 Nov 2024 14:41:45 +0800 Subject: [PATCH] Dev Ops task 7176: OCR - Referred to me Bug. Datatable error was caused as the permission check returns false if the user has no occurrence reports referred to them. To fix we don't show the referred to me datatable unless the user actually has one or more occurrence reports referred to them. --- .../src/components/internal/occurrence/dashboard.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boranga/frontend/boranga/src/components/internal/occurrence/dashboard.vue b/boranga/frontend/boranga/src/components/internal/occurrence/dashboard.vue index 52d0b07f0..e5f6706a0 100644 --- a/boranga/frontend/boranga/src/components/internal/occurrence/dashboard.vue +++ b/boranga/frontend/boranga/src/components/internal/occurrence/dashboard.vue @@ -29,7 +29,7 @@ :group_type_name="group_name" :group_type_id="getGroupId" :url="species_ocr_url" :profile="profile" /> - - -