CRM-16130 - Add action to contact inline edit forms
authorColeman Watts <coleman@civicrm.org>
Thu, 4 Jun 2015 16:56:34 +0000 (12:56 -0400)
committerColeman Watts <coleman@civicrm.org>
Thu, 4 Jun 2015 16:56:34 +0000 (12:56 -0400)
CRM/Contact/Form/Inline.php

index 64d72667414dc97005e4d4a7e252e0762959e260..4efc38b9ed99dff7d7cdd0c1602c3dcf517ef794 100644 (file)
@@ -88,6 +88,8 @@ abstract class CRM_Contact_Form_Inline extends CRM_Core_Form {
     }
 
     $this->assign('contactType', $this->_contactType);
+
+    $this->setAction(CRM_Core_Action::UPDATE);
   }
 
   /**