Skip to content
Snippets Groups Projects
Commit 47f03411 authored by colemanw's avatar colemanw
Browse files

CRM-13863 - Prevent "Manage Case" from opening in popup

parent 45008844
Branches
Tags
No related merge requests found
......@@ -246,6 +246,7 @@ class CRM_Case_Page_Tab extends CRM_Core_Page {
'name' => ts('Manage'),
'url' => 'civicrm/contact/view/case',
'qs' => 'action=view&reset=1&cid=%%cid%%&id=%%id%%',
'class' => 'no-popup',
'title' => ts('Manage Case'),
),
CRM_Core_Action::DELETE => array(
......
......@@ -208,6 +208,7 @@ class CRM_Case_Selector_Search extends CRM_Core_Selector_Base {
'url' => 'civicrm/contact/view/case',
'qs' => 'reset=1&id=%%id%%&cid=%%cid%%&action=view&context=%%cxt%%&selectedChild=case' . $extraParams,
'ref' => 'manage-case',
'class' => 'no-popup',
'title' => ts('Manage Case'),
),
CRM_Core_Action::DELETE => array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment