Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added update=never #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CRM/Extendedreport/Form/Report/ActivityEditable.mgd.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
'report_url' => 'activityeditable',
'component' => '',
],
'update' => 'never',
],
];
1 change: 1 addition & 0 deletions CRM/Extendedreport/Form/Report/ActivityExtended.mgd.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
'report_url' => 'activityextended',
'component' => '',
],
'update' => 'never',
],
];
1 change: 1 addition & 0 deletions CRM/Extendedreport/Form/Report/ActivityPivot.mgd.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
'report_url' => 'activity/pivot',
'component' => '',
],
'update' => 'never',
],
];
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
'report_url' => 'contact/addresshistory',
'component' => '',
],
'update' => 'never',
],
];
3 changes: 2 additions & 1 deletion CRM/Extendedreport/Form/Report/Contact/Basiccontact.mgd.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// http://wiki.civicrm.org/confluence/display/CRMDOC42/Hook+Reference
return [
0 => [
'name' => 'Extended Report - Flexible ontact Report',
'name' => 'Extended Report - Flexible contact Report',
'entity' => 'ReportTemplate',
'params' => [
'version' => 3,
Expand All @@ -15,5 +15,6 @@
'report_url' => 'contact/contactbasic',
'component' => '',
],
'update' => 'never',
],
];
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
'report_url' => 'contact/contactextended',
'component' => '',
],
'update' => 'never',
],
];
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
'report_url' => 'contribution/bookkeeping_extended',
'component' => 'CiviContribute',
],
'update' => 'never',
],
];
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
'report_url' => 'contribution/pivot',
'component' => 'CiviContribute',
],
'update' => 'never',
],
];
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
'report_url' => 'contribution/recur-pivot',
'component' => 'CiviContribute',
],
'update' => 'never',
],
];
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
'report_url' => 'contribution/contributions',
'component' => 'CiviContribute',
],
'update' => 'never',
],
];
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
'report_url' => 'contribution/detailextended',
'component' => 'CiviContribute',
],
'update' => 'never',
],
];
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
'report_url' => 'contribution/logging/summary',
'component' => 'CiviContribute',
],
'update' => 'never',
],
];
1 change: 1 addition & 0 deletions CRM/Extendedreport/Form/Report/Contribute/Overview.mgd.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
'report_url' => 'contribution/overview',
'component' => 'CiviContribute',
],
'update' => 'never',
],
];
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
'report_url' => 'contribution/recurring_contributions',
'component' => 'CiviContribute',
],
'update' => 'never',
],
];
1 change: 1 addition & 0 deletions CRM/Extendedreport/Form/Report/Grant/Detail.mgd.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
'report_url' => 'grant/detailextended',
'component' => 'CiviGrant',
],
'update' => 'never',
],
];
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
'report_url' => 'relationshipextended',
'component' => '',
],
'update' => 'never',
],
];