From 819134530bff0744682333c5d9b8e55981369226 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Mon, 9 Jun 2014 14:50:18 +0100 Subject: [PATCH] CRM-14690 - Use correct action name for submit button --- CRM/Custom/Form/Field.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ), -- 2.25.1