Skip to content

Commit

Permalink
Merge pull request #12869 from dereklewis123/CW-892
Browse files Browse the repository at this point in the history
Added missing field name in custom-field deletion dialog
  • Loading branch information
totten authored Oct 7, 2018
2 parents bd3a955 + 5238aa8 commit 8a4ce1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Custom/Form/DeleteField.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function preProcess() {
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)));
}

Expand Down

0 comments on commit 8a4ce1a

Please sign in to comment.