dev/core/issues/840, fixed notice error
authorPradeep Nayak <pradpnayak@gmail.com>
Mon, 1 Apr 2019 11:33:58 +0000 (12:33 +0100)
committerPradeep Nayak <pradpnayak@gmail.com>
Mon, 1 Apr 2019 11:33:58 +0000 (12:33 +0100)
CRM/UF/Form/Group.php

index 7c4735b712a7b5aef8236e812e10c61f6f55c897..43555dbc18ec715872bade532b9312c5d659e32d 100644 (file)
@@ -56,6 +56,13 @@ class CRM_UF_Form_Group extends CRM_Core_Form {
    */
   protected $entityFields = [];
 
+  /**
+   * Deletion message to be assigned to the form.
+   *
+   * @var string
+   */
+  protected $deleteMessage;
+
   /**
    * Set entity fields to be assigned to the form.
    */