Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.2.0
-
Fix Version/s: 4.2.0
-
Component/s: CiviCampaign
-
Labels:None
Description
Testing "Sign Petition" flow in 4.2 found two fatal errors.
CRM_Campaign_Form_Petition_Signature::postProcess() - tag create api call returns "id" not "tag_id".
CRM_Campaign_BAO_Petition::checkSignature() - syntax error in sql
Also added assignment of petition title to Thankyou template, and passing title and petition URL to common/SocialNetwork.tpl so that the standard layout elements are present for petitions.