Merge pull request #23205 from braders/tablink-nodefaults
[civicrm-core.git] / ext / civigrant / managed / OptionGroup_report_template_OptionValue_CRM_Report_Form_Grants.mgd.php
1 <?php
2 use CRM_Grant_ExtensionUtil as E;
3
4 return [
5 [
6 'name' => 'OptionGroup_report_template_OptionValue_CRM_Report_Form_Grant_Detail',
7 'entity' => 'OptionValue',
8 'cleanup' => 'unused',
9 'update' => 'unmodified',
10 'params' => [
11 'version' => 4,
12 'values' => [
13 'option_group_id.name' => 'report_template',
14 'label' => E::ts('Grant Report (Detail)'),
15 'value' => 'grant/detail',
16 'name' => 'CRM_Report_Form_Grant_Detail',
17 'grouping' => NULL,
18 'filter' => 0,
19 'is_default' => FALSE,
20 'weight' => 30,
21 'description' => 'Grant Report Detail',
22 'is_optgroup' => FALSE,
23 'is_reserved' => FALSE,
24 'is_active' => TRUE,
25 'component_id' => NULL,
26 'icon' => NULL,
27 'color' => NULL,
28 'domain_id' => NULL,
29 'visibility_id' => NULL,
30 ],
31 'match' => ['name'],
32 ],
33 ],
34 [
35 'name' => 'OptionGroup_report_template_OptionValue_CRM_Report_Form_Grant_Statistics',
36 'entity' => 'OptionValue',
37 'cleanup' => 'unused',
38 'update' => 'unmodified',
39 'params' => [
40 'version' => 4,
41 'values' => [
42 'option_group_id.name' => 'report_template',
43 'label' => E::ts('Grant Report (Statistics)'),
44 'value' => 'grant/statistics',
45 'name' => 'CRM_Report_Form_Grant_Statistics',
46 'grouping' => NULL,
47 'filter' => 0,
48 'is_default' => FALSE,
49 'weight' => 42,
50 'description' => 'Shows statistics for Grants.',
51 'is_optgroup' => FALSE,
52 'is_reserved' => FALSE,
53 'is_active' => TRUE,
54 'component_id' => NULL,
55 'icon' => NULL,
56 'color' => NULL,
57 'domain_id' => NULL,
58 'visibility_id' => NULL,
59 ],
60 'match' => ['option_group_id', 'name'],
61 ],
62 ],
63 ];