Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.1.5
-
Fix Version/s: 4.1.6
-
Component/s: CiviCampaign
-
Labels:None
Description
The confirmation page title says "Delete Petition" instead of "Delete Petition Signature." In addition, below, it says:
Are you sure you want to delete 'NAME OF PETITION'?
Instead of:
Are you sure you want to delete "NAME OF SIGNER"
The fix is not obvious to me.
The title is derived from the name of the activity type which seems to be set in sql/civicrm_data.mysql
Should the data be changed in the database? Or, should an exception in the code be made with change Petition to Signature?
The NAME OF PETITION seems to come from the subject of the activity that is created, which is set in CRM/Campaign/BAO/Petition.php. I think that should be changed to something like: LAST NAME's signature on NAME OF PETITION.
Does this sound reasonable?