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:
599cc84
)
CRM-14025 call postProcess hook ManageEvent form - per comment on function there...
author
Eileen
<eileen@fuzion.co.nz>
Tue, 24 Dec 2013 00:36:38 +0000
(13:36 +1300)
committer
Eileen
<eileen@fuzion.co.nz>
Tue, 24 Dec 2013 00:37:10 +0000
(13:37 +1300)
----------------------------------------
* CRM-14025: Manage registration pages don't call postProcess hook
http://issues.civicrm.org/jira/browse/CRM-14025
CRM/Event/Form/ManageEvent.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Event/Form/ManageEvent.php
b/CRM/Event/Form/ManageEvent.php
index ca2ac55d6aaf0786bded1ce0e4f2724d2255b8f8..acab1e709cae2aead199b27ae8b66a1dcaf16db7 100644
(file)
--- a/
CRM/Event/Form/ManageEvent.php
+++ b/
CRM/Event/Form/ManageEvent.php
@@
-350,7
+350,7
@@
class CRM_Event_Form_ManageEvent extends CRM_Core_Form {
CRM_Event_BAO_Event::updateParticipantCampaignID($eventID, $newCampaignID);
}
}
-
+ $this->postProcessHook();
if ($this->controller->getButtonName('submit') == "_qf_{$className}_upload_done") {
if ($this->_isTemplate) {
CRM_Utils_System::redirect(CRM_Utils_System::url('civicrm/admin/eventTemplate',