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:
79df834
)
CRM-16042 fix - Unable to Create Personal Campaign Pages from Contact Dashboard
author
monishdeb
<monish.deb@webaccessglobal.com>
Tue, 3 Mar 2015 13:49:47 +0000
(19:19 +0530)
committer
monishdeb
<monish.deb@webaccessglobal.com>
Tue, 3 Mar 2015 13:49:47 +0000
(19:19 +0530)
https://issues.civicrm.org/jira/browse/CRM-16042
CRM/PCP/BAO/PCP.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/PCP/BAO/PCP.php
b/CRM/PCP/BAO/PCP.php
index 7066aa9055809e762d61b25e5203331ebbf33148..8ed8ab3ef6b5f8c7185f951be3f430b6ba6045b6 100644
(file)
--- a/
CRM/PCP/BAO/PCP.php
+++ b/
CRM/PCP/BAO/PCP.php
@@
-291,6
+291,7
@@
WHERE pcp.id = %1 AND cc.contribution_status_id =1 AND cc.is_test = 0";
self::$_pcpLinks['add'] = array(
CRM_Core_Action::ADD => array(
'name' => ts('Create a Personal Campaign Page'),
+ 'class' => 'no-popup',
'url' => 'civicrm/contribute/campaign',
'qs' => 'action=add&reset=1&pageId=%%pageId%%&component=%%pageComponent%%',
'title' => ts('Configure'),