dev/core#2372 Enable $submitOnce for some forms
[civicrm-core.git] / CRM / Admin / Form / OptionGroup.php
index 2a5ec115a29ccf2bd3beacc86604b1409524335d..d9816404258686140201a02b91e2f32567b06c56 100644 (file)
  */
 class CRM_Admin_Form_OptionGroup extends CRM_Admin_Form {
 
+  /**
+   * @var bool
+   */
+  public $submitOnce = TRUE;
+
   /**
    * Explicitly declare the entity api name.
    */