Skip to content
Snippets Groups Projects
Commit e8f67b2c authored by mattwire's avatar mattwire
Browse files

Fix 'View' links in recur monitor and make the open in popup window

parent 54d02688
No related branches found
No related tags found
No related merge requests found
......@@ -136,23 +136,25 @@ return [
'entity' => '',
'action' => '',
'join' => '',
'target' => '_blank',
'target' => 'crm-popup',
'icon' => 'fa-money',
'text' => E::ts('View Recurring'),
'style' => 'default',
'path' => '/civicrm/contact/view/contributionrecur?reset=1&id=[updaterecur_activity_fields.updaterecur_recur_id]&cid=[Activity_ActivityContact_Contact_01.id]',
'path' => 'civicrm/contact/view/contributionrecur?reset=1&id=[updaterecur_activity_fields.updaterecur_recur_id]&cid=[Activity_ActivityContact_Contact_01.id]',
'condition' => [],
'task' => '',
],
[
'entity' => 'Activity',
'action' => 'view',
'join' => '',
'target' => '_blank',
'path' => 'civicrm/activity?reset=1&action=view&id=[id]&cid=[Activity_ActivityContact_Contact_01.id]',
'icon' => 'fa-list-alt',
'text' => E::ts('View Activity'),
'style' => 'default',
'path' => '',
'condition' => [],
'task' => '',
'entity' => '',
'action' => '',
'join' => '',
'target' => 'crm-popup',
],
],
'type' => 'links',
......@@ -173,6 +175,7 @@ return [
'Completed',
],
],
'placeholder' => 5,
],
],
'match' => [
......@@ -181,4 +184,4 @@ return [
],
],
],
];
];
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment