CRM-14353 - undo add of unsavedChangesWarn Form property
authormzd <mzd@ginkgostreet.com>
Wed, 30 Apr 2014 23:10:20 +0000 (19:10 -0400)
committermzd <mzd@ginkgostreet.com>
Thu, 1 May 2014 18:59:14 +0000 (14:59 -0400)
----------------------------------------
* CRM-14353: Fix formNavigate to work with multiple forms & ajax
  https://issues.civicrm.org/jira/browse/CRM-14353

CRM/Case/Form/Activity.php
CRM/Case/Form/Case.php
CRM/Mailing/Form/Group.php
CRM/Mailing/Form/Schedule.php
CRM/Mailing/Form/Settings.php
CRM/Mailing/Form/Test.php
CRM/Mailing/Form/Upload.php
CRM/Pledge/Form/Pledge.php

index 20b694b2e9cdf2a99c4696d52bb3a786e48fe442..7ce28799d689e9c2afac96867f9d74cf0292e179 100644 (file)
@@ -38,8 +38,6 @@
  *
  */
 class CRM_Case_Form_Activity extends CRM_Activity_Form_Activity {
-
-  protected $unsavedChangesWarn = TRUE;
   
   /**
    * The default variable defined
index 64eb2f70740f8d7a0a3d1b16c10dd552936aa79e..ff4814dbc3d555eb1efac5ae56decd4a5d6d1ad8 100644 (file)
@@ -39,8 +39,6 @@
  */
 class CRM_Case_Form_Case extends CRM_Core_Form {
 
-  protected $unsavedChangesWarn = TRUE;
-  
   /**
    * The context
    *
index 53ed42b54feb0ea2ed09e0790e71b6835de831b7..5b312838e0e21ca8c70d81aaaa599181d8c0f0db 100644 (file)
@@ -39,8 +39,6 @@
  */
 class CRM_Mailing_Form_Group extends CRM_Contact_Form_Task {
 
-  protected $unsavedChangesWarn = TRUE;
-  
   /**
    * the mailing ID of the mailing if we are resuming a mailing
    *
index 5865b9e404d32d1f386afd3dd90e4d09e1c6757c..3dcd9055b6e2611411754362d8dbe089561e6c84 100644 (file)
@@ -38,8 +38,6 @@
  */
 class CRM_Mailing_Form_Schedule extends CRM_Core_Form {
 
-  protected $unsavedChangesWarn = TRUE;
-
   /**
    * Function to set variables up before form is built
    *
index 123bbd8efefc989e27f78956eca6db2de0679f33..15b58f17425d8cc4cd0ba25ccd0494eabeb95da6 100644 (file)
@@ -38,8 +38,6 @@
  */
 class CRM_Mailing_Form_Settings extends CRM_Core_Form {
 
-  protected $unsavedChangesWarn = TRUE;
-
   /**
    * Function to set variables up before form is built
    *
index 116fc2ded961eda05a1734b806224558a3c00205..c3028898add843a6862412f16832c65137e33475 100644 (file)
@@ -38,8 +38,6 @@
  */
 class CRM_Mailing_Form_Test extends CRM_Core_Form {
 
-  protected $unsavedChangesWarn = TRUE;
-
   /**
    * Function to set variables up before form is built
    *
index fc4238d7764b84fb515685542f3bd488e9de7026..507b794cf1223da671cb07d9fe92fe052f48cdff 100644 (file)
@@ -38,8 +38,6 @@
  */
 class CRM_Mailing_Form_Upload extends CRM_Core_Form {
 
-  protected $unsavedChangesWarn = TRUE;
-
   public $_mailingID;
 
   function preProcess() {
index dd2bc9b1792d3d1c2df59edd3c411cad2086a4e8..cafb67983f2821eb15ca13a21619416b8d7cddb4 100644 (file)
@@ -74,8 +74,6 @@ class CRM_Pledge_Form_Pledge extends CRM_Core_Form {
    */
   public $_isPending = FALSE;
 
-  protected $unsavedChangesWarn = TRUE;
-
   /**
    * Function to set variables up before form is built
    *