Avoid CiviCRM running full drupal cache flush, as this results in CiviCRM clobbering...
[civicrm-core.git] / CRM / Admin / Form.php
index 31da21973ab7ea332339f13c0f0be827724a2a4b..315c7147cdfccd54ed822455de78bd0aa1f34937 100644 (file)
@@ -59,6 +59,13 @@ class CRM_Admin_Form extends CRM_Core_Form {
    */
   protected $_BAOName;
 
+  /**
+   * Explicitly declare the form context.
+   */
+  public function getDefaultContext() {
+    return 'create';
+  }
+
   /**
    * Basic setup.
    */