CRM-16812 - prevent popup for custom search RUN link.
authorDave Greenberg <dave@civicrm.org>
Wed, 15 Jul 2015 00:22:58 +0000 (17:22 -0700)
committerDave Greenberg <dave@civicrm.org>
Wed, 15 Jul 2015 00:22:58 +0000 (17:22 -0700)
----------------------------------------
* CRM-16812: CiviCRM » Administer CiviCRM » Option Groups  » <custom search> run yields no results
  https://issues.civicrm.org/jira/browse/CRM-16812

CRM/Admin/Page/Options.php

index fca476feca1fe4debdeba1df1d4655ed1127ba84..ad4bc74c14d14df3f34443839cf41419766bf9ce 100644 (file)
@@ -210,6 +210,7 @@ class CRM_Admin_Page_Options extends CRM_Core_Page_Basic {
             'url' => 'civicrm/contact/search/custom',
             'qs' => 'reset=1&csid=%%value%%',
             'title' => ts('Run %1', array(1 => self::$_gName)),
+            'class' => 'no-popup',
           ),
         );
         self::$_links = $runLink + self::$_links;