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:
4454318
)
CRM-17154 do not retain action in params
author
eileen
<emcnaughton@wikimedia.org>
Wed, 22 Jun 2016 07:59:42 +0000
(19:59 +1200)
committer
eileen
<emcnaughton@wikimedia.org>
Thu, 23 Jun 2016 02:56:25 +0000
(14:56 +1200)
CRM/Report/Form.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form.php
b/CRM/Report/Form.php
index 9bd6402e55a2b6858d81ea98602739ca5d1ba621..bfe7f2070021c2cfcd3af34fdcd0b6308c8eadc3 100644
(file)
--- a/
CRM/Report/Form.php
+++ b/
CRM/Report/Form.php
@@
-4581,6
+4581,9
@@
LEFT JOIN civicrm_contact {$field['alias']} ON {$field['alias']}.id = {$this->_a
FALSE,
CRM_Utils_Array::value('task', $this->_params)
));
+ if (isset($this->_params['task'])) {
+ unset($this->_params['task']);
+ }
if ($buttonName) {
if ($buttonName == $this->_instanceButtonName) {