X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ext%2Fcivigrant%2Fmanaged%2FOptionGroup_report_template_OptionValue_CRM_Report_Form_Grants.mgd.php;h=8a6141da441bc9169a5eb5ecad40679045a248f7;hb=3d2f86c56ea4e053ed133053e9f3c8f902aee27f;hp=ed7a5367e4e6cf5a08df688216453e2f8cfa0345;hpb=6c2325761de52ec8e6381a96f40bc183fd19851f;p=civicrm-core.git diff --git a/ext/civigrant/managed/OptionGroup_report_template_OptionValue_CRM_Report_Form_Grants.mgd.php b/ext/civigrant/managed/OptionGroup_report_template_OptionValue_CRM_Report_Form_Grants.mgd.php index ed7a5367e4..8a6141da44 100644 --- a/ext/civigrant/managed/OptionGroup_report_template_OptionValue_CRM_Report_Form_Grants.mgd.php +++ b/ext/civigrant/managed/OptionGroup_report_template_OptionValue_CRM_Report_Form_Grants.mgd.php @@ -1,4 +1,6 @@ 'OptionGroup_report_template_OptionValue_CRM_Report_Form_Grant_Detail', @@ -9,7 +11,7 @@ return [ 'version' => 4, 'values' => [ 'option_group_id.name' => 'report_template', - 'label' => 'Grant Report (Detail)', + 'label' => E::ts('Grant Report (Detail)'), 'value' => 'grant/detail', 'name' => 'CRM_Report_Form_Grant_Detail', 'grouping' => NULL, @@ -26,6 +28,7 @@ return [ 'domain_id' => NULL, 'visibility_id' => NULL, ], + 'match' => ['name'], ], ], [ @@ -37,7 +40,7 @@ return [ 'version' => 4, 'values' => [ 'option_group_id.name' => 'report_template', - 'label' => 'Grant Report (Statistics)', + 'label' => E::ts('Grant Report (Statistics)'), 'value' => 'grant/statistics', 'name' => 'CRM_Report_Form_Grant_Statistics', 'grouping' => NULL, @@ -54,6 +57,7 @@ return [ 'domain_id' => NULL, 'visibility_id' => NULL, ], + 'match' => ['option_group_id', 'name'], ], ], ];