From 5238aa83a8ef7ef266772f9645877231510e117a Mon Sep 17 00:00:00 2001 From: dl617 Date: Tue, 25 Sep 2018 12:14:41 +0100 Subject: [PATCH] Added missing field name in custom-field deletion dialog --- CRM/Custom/Form/DeleteField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Custom/Form/DeleteField.php b/CRM/Custom/Form/DeleteField.php index 17f946f34a..15aaefa83d 100644 --- a/CRM/Custom/Form/DeleteField.php +++ b/CRM/Custom/Form/DeleteField.php @@ -66,7 +66,7 @@ class CRM_Custom_Form_DeleteField extends CRM_Core_Form { CRM_Core_BAO_CustomField::retrieve($params, $defaults); $this->_title = CRM_Utils_Array::value('label', $defaults); - + $this->assign('title', $this->_title); CRM_Utils_System::setTitle(ts('Delete %1', array(1 => $this->_title))); } -- 2.25.1