Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.3.0, 3.3.1, 3.3.2
-
Fix Version/s: 3.4.alpha
-
Component/s: CiviCampaign
-
Labels:None
Description
when clicking the "sign" action for a petition, it does not redirect to the joomla frontend, and even if the url is reconstructed properly, it has permissioning problems.
in CRM/Campaign/Page/Dashboard.php
around line 161, we need to add: "'fe' => true"
to the petition sign array. that directs it to the frontend. but it still has permission issues. see:
http://joomla.demo.civicrm.org/index.php?option=com_civicrm&task=civicrm/petition/sign&sid=1&reset=1