fix to get around link issues in ckeditor when opening scheduled reminder in popup
authoryashodha <yashodha@cividesk.com>
Thu, 19 May 2022 15:52:09 +0000 (21:22 +0530)
committeryashodha <yashodha@cividesk.com>
Thu, 19 May 2022 15:52:09 +0000 (21:22 +0530)
CRM/Admin/Page/ScheduleReminders.php

index 2eb555d1753750684eb88cab6b59be7ccb73b841..1f3e1b57fe78ece1603c1ded2a5a7fbc1d96939f 100644 (file)
@@ -51,6 +51,7 @@ class CRM_Admin_Page_ScheduleReminders extends CRM_Core_Page_Basic {
       self::$_links = [
         CRM_Core_Action::UPDATE => [
           'name' => ts('Edit'),
+          'class' => 'no-popup',
           'url' => 'civicrm/admin/scheduleReminders',
           'qs' => 'action=update&id=%%id%%&reset=1',
           'title' => ts('Edit Schedule Reminders'),