From: Coleman Watts Date: Mon, 9 Jun 2014 13:50:18 +0000 (+0100) Subject: CRM-14690 - Use correct action name for submit button X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=819134530bff0744682333c5d9b8e55981369226;p=civicrm-core.git CRM-14690 - Use correct action name for submit button --- diff --git a/CRM/Custom/Form/Field.php b/CRM/Custom/Form/Field.php index bf63a9fc2d..4c368c8ae2 100644 --- a/CRM/Custom/Form/Field.php +++ b/CRM/Custom/Form/Field.php @@ -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, ),