projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95ed97a
)
dev/core/issues/840, fixed notice error
author
Pradeep Nayak
<pradpnayak@gmail.com>
Mon, 1 Apr 2019 11:33:58 +0000
(12:33 +0100)
committer
Pradeep Nayak
<pradpnayak@gmail.com>
Mon, 1 Apr 2019 11:33:58 +0000
(12:33 +0100)
CRM/UF/Form/Group.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/UF/Form/Group.php
b/CRM/UF/Form/Group.php
index 7c4735b712a7b5aef8236e812e10c61f6f55c897..43555dbc18ec715872bade532b9312c5d659e32d 100644
(file)
--- a/
CRM/UF/Form/Group.php
+++ b/
CRM/UF/Form/Group.php
@@
-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.
*/