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:
c9dfdcd
)
CRM-21766 quash reload warning
author
eileen
<emcnaughton@wikimedia.org>
Thu, 15 Feb 2018 01:23:16 +0000
(14:23 +1300)
committer
eileen
<emcnaughton@wikimedia.org>
Thu, 15 Feb 2018 01:23:16 +0000
(14:23 +1300)
CRM/Contact/Form/DedupeFind.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/Form/DedupeFind.php
b/CRM/Contact/Form/DedupeFind.php
index 155862b7a79438dfb45fa7a579859907fd477ad3..e8b203f5fb7888c3186abd66ca69ddf566601e7d 100644
(file)
--- a/
CRM/Contact/Form/DedupeFind.php
+++ b/
CRM/Contact/Form/DedupeFind.php
@@
-36,6
+36,11
@@
*/
class CRM_Contact_Form_DedupeFind extends CRM_Admin_Form {
+ /**
+ * Indicate if this form should warn users of unsaved changes
+ */
+ protected $unsavedChangesWarn = FALSE;
+
/**
* Pre processing.
*/