From: larssandergreen Date: Thu, 6 Jul 2023 17:40:49 +0000 (-0600) Subject: Remove unneeded and strange profile field save confirm alert X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f8aa663385d1779d2c239a7a863327e87a4f5faf;p=civicrm-core.git Remove unneeded and strange profile field save confirm alert --- diff --git a/CRM/UF/Form/Field.php b/CRM/UF/Form/Field.php index dffad119a0..5e9e87a229 100644 --- a/CRM/UF/Form/Field.php +++ b/CRM/UF/Form/Field.php @@ -551,9 +551,6 @@ class CRM_UF_Form_Field extends CRM_Core_Form { $this->setMessageIfCountryNotAboveState($fieldName, CRM_Utils_Array::value('location_type_id', $apiFormattedParams), $apiFormattedParams['weight'], $apiFormattedParams['uf_group_id']); - CRM_Core_Session::setStatus(ts('Your CiviCRM Profile Field \'%1\' has been saved to \'%2\'.', - [1 => $name, 2 => $this->_title] - ), ts('Profile Field Saved'), 'success'); } $buttonName = $this->controller->getButtonName();