Fix for CRM-18280
authorNicolas Ganivet <nicolas@cividesk.com>
Wed, 23 Mar 2016 03:11:07 +0000 (21:11 -0600)
committerNicolas Ganivet <nicolas@cividesk.com>
Wed, 23 Mar 2016 03:29:25 +0000 (21:29 -0600)
CRM/Admin/Form/ScheduleReminders.php

index 68af2cb52bb9ffbdcc1aa3b6f517865bbddcd34e..2ed90d9c1bbb61b6c103f9f74f16764577ee9970 100644 (file)
@@ -106,7 +106,7 @@ class CRM_Admin_Form_ScheduleReminders extends CRM_Admin_Form {
       'text',
       'title',
       ts('Title'),
-      array('size' => 45, 'maxlength' => 128),
+      CRM_Core_DAO::getAttribute('CRM_Core_DAO_ActionSchedule', 'title'),
       TRUE
     );