CRM-21766 quash reload warning
authoreileen <emcnaughton@wikimedia.org>
Thu, 15 Feb 2018 01:23:16 +0000 (14:23 +1300)
committereileen <emcnaughton@wikimedia.org>
Thu, 15 Feb 2018 01:23:16 +0000 (14:23 +1300)
CRM/Contact/Form/DedupeFind.php

index 155862b7a79438dfb45fa7a579859907fd477ad3..e8b203f5fb7888c3186abd66ca69ddf566601e7d 100644 (file)
  */
 class CRM_Contact_Form_DedupeFind extends CRM_Admin_Form {
 
+  /**
+   *  Indicate if this form should warn users of unsaved changes
+   */
+  protected $unsavedChangesWarn = FALSE;
+
   /**
    * Pre processing.
    */