diff --git a/bc_obps/common/fixtures/dashboard/administration/external.json b/bc_obps/common/fixtures/dashboard/administration/external.json index 608a50e511..ed8d400320 100644 --- a/bc_obps/common/fixtures/dashboard/administration/external.json +++ b/bc_obps/common/fixtures/dashboard/administration/external.json @@ -59,7 +59,13 @@ "title": "Users and Access Requests", "icon": "Users", "content": "View, approve or decline Business BCeID user access requests to your operator, or to assign access type to users here.", - "href": "/administration/tbd" + "href": "/administration/tbd", + "condition": { + "api": "registration/v2/user-operators/current/operator", + "field": "error", + "operator": "notExists", + "value": true + } } ] } diff --git a/bc_obps/common/fixtures/dashboard/bciers/external.json b/bc_obps/common/fixtures/dashboard/bciers/external.json index ee9cd1f42c..7b86a68e46 100644 --- a/bc_obps/common/fixtures/dashboard/bciers/external.json +++ b/bc_obps/common/fixtures/dashboard/bciers/external.json @@ -55,7 +55,13 @@ }, { "title": "Users and Access Requests", - "href": "/administration/tbd" + "href": "/administration/tbd", + "condition": { + "api": "registration/v2/user-operators/current/operator", + "field": "error", + "operator": "notExists", + "value": true + } } ] },