CRM-14690 - Use correct action name for submit button
authorColeman Watts <coleman@civicrm.org>
Mon, 9 Jun 2014 13:50:18 +0000 (14:50 +0100)
committerColeman Watts <coleman@civicrm.org>
Mon, 9 Jun 2014 13:50:18 +0000 (14:50 +0100)
CRM/Custom/Form/Field.php

index bf63a9fc2dea2e8211ac3b27c0988296cb9a9912..4c368c8ae29f618785747b62877640ee49f5cae9 100644 (file)
@@ -527,7 +527,7 @@ class CRM_Custom_Form_Field extends CRM_Core_Form {
     // add buttons
     $this->addButtons(array(
         array(
-          'type' => 'next',
+          'type' => 'done',
           'name' => ts('Save'),
           'isDefault' => TRUE,
         ),