Skip to content

Commit

Permalink
Merge pull request #11670 from eileenmcnaughton/warn
Browse files Browse the repository at this point in the history
CRM-21766 quash reload warning on dedupe conflicts screen
  • Loading branch information
colemanw authored Feb 17, 2018
2 parents 817993f + b7f92e7 commit 44432fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CRM/Contact/Form/DedupeFind.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 44432fa

Please sign in to comment.