Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0
-
Component/s: None
-
Labels:None
Description
On a user dashboard, when they have edit status, the pending confirmation link for groups that they have pending status actually leads to an unsubscribe action.
To recreate
1. sign up for a group on a subscription page,
2. visit the user dashboard.
3. click the pending confirmation link
Fix:
In CRM/Contact/Page/View/UserDashBoard/GroupContact.tpl around line 70:
<td><a href="
{crmURL p='civicrm/user/group' q="gcid=`$row.id`&action=delete&st=o"}" onclick ="return confirm('
{ts 1=$row.title}Are you sure you want to remove from %1?
{/ts}');">[ {ts}Confirm{/ts}]</a></td>
The action link and message box text should be changed.