From b84459489997c71373fad9fc64e51b579b1eaf93 Mon Sep 17 00:00:00 2001 From: Debarshi Bhaumik Date: Mon, 28 Jun 2021 12:31:23 +0100 Subject: [PATCH] RSESPRT-61: Show all review fields --- CRM/CiviAwards/Service/AwardProfile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/CiviAwards/Service/AwardProfile.php b/CRM/CiviAwards/Service/AwardProfile.php index 53f69355..581dc72c 100644 --- a/CRM/CiviAwards/Service/AwardProfile.php +++ b/CRM/CiviAwards/Service/AwardProfile.php @@ -124,6 +124,7 @@ public function getProfileFields($profileID) { } $result = civicrm_api3('UFField', 'get', [ 'uf_group_id' => $profileID, + 'options' => ['limit' => 0], ]); if ($result['count'] == 0) {