projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
757fc7f
)
CRM-16130 - Add action to contact inline edit forms
author
Coleman Watts
<coleman@civicrm.org>
Thu, 4 Jun 2015 16:56:34 +0000
(12:56 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Thu, 4 Jun 2015 16:56:34 +0000
(12:56 -0400)
CRM/Contact/Form/Inline.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/Form/Inline.php
b/CRM/Contact/Form/Inline.php
index 64d72667414dc97005e4d4a7e252e0762959e260..4efc38b9ed99dff7d7cdd0c1602c3dcf517ef794 100644
(file)
--- a/
CRM/Contact/Form/Inline.php
+++ b/
CRM/Contact/Form/Inline.php
@@
-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);
}
/**