From 209e41e9062b19b336ae90e183fda56b053944f2 Mon Sep 17 00:00:00 2001 From: Muhimbura Brian Mart Date: Thu, 4 Jan 2024 22:17:37 +0300 Subject: [PATCH] fix/FBR-515 --- .../controllers/groups/CreateGroupController.js | 1 + .../controllers/groups/EditGroupController.js | 1 + app/views/groups/creategroup.html | 2 +- app/views/groups/viewgroup.html | 16 ---------------- 4 files changed, 3 insertions(+), 17 deletions(-) diff --git a/app/scripts/controllers/groups/CreateGroupController.js b/app/scripts/controllers/groups/CreateGroupController.js index af0e4c54ba..58508424a9 100644 --- a/app/scripts/controllers/groups/CreateGroupController.js +++ b/app/scripts/controllers/groups/CreateGroupController.js @@ -135,6 +135,7 @@ resourceFactory.prequalificationResource.getAllGroups({ type: 'checked', + portfolioCenterId: scope.formData.centerId, searchText:value }, function (data) { console.log("prequal data: "+ JSON.stringify(data)); diff --git a/app/scripts/controllers/groups/EditGroupController.js b/app/scripts/controllers/groups/EditGroupController.js index 64597d7d2a..ea677dfd14 100644 --- a/app/scripts/controllers/groups/EditGroupController.js +++ b/app/scripts/controllers/groups/EditGroupController.js @@ -217,6 +217,7 @@ resourceFactory.prequalificationResource.getAllGroups({ type: 'checked', + portfolioCenterId:scope.formData.portfolioCenterId, searchText:value }, function (data) { console.log("prequal data: "+ JSON.stringify(data)); diff --git a/app/views/groups/creategroup.html b/app/views/groups/creategroup.html index ab026fe152..bc6ff7f469 100644 --- a/app/views/groups/creategroup.html +++ b/app/views/groups/creategroup.html @@ -238,7 +238,7 @@ -
+
{{'label.input.linkprequalification' | translate}}
diff --git a/app/views/groups/viewgroup.html b/app/views/groups/viewgroup.html index 5b16db028c..318c9124aa 100644 --- a/app/views/groups/viewgroup.html +++ b/app/views/groups/viewgroup.html @@ -644,22 +644,6 @@

{{ 'label.heading.summary' | translate }}

- -
- - - -