Closed (fixed)
Project:
Webform CiviCRM Integration
Version:
7.x-3.x-dev
Component:
CiviCRM Data Handling
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Jun 2013 at 23:56 UTC
Updated:
20 Jul 2013 at 05:52 UTC
Jump to comment: Most recent file
Comments
Comment #1
mmikitka commentedComment #2
mmikitka commentedComment #3
colemanw commentedThanks for the patch. It will be good to get this module fully working with the survey/petition workflow.
Some comments/suggestions:
if ($act_types[$activity_type] === 'Survey' || $act_types[$activity_type] === 'Petition Signature')will only work in the English language, and only if the labels haven't been changed. I think it would be better and more flexible to check the component type for the activity.Comment #4
mmikitka commentedAttached is an updated patch which resolves issue #4.
As for the other issues:
#1: I don't fully understand - what variable/method are you referring to?
#2: I agree, but I find the code hard to understand and I want to make minimal changes.
#3: No progress on this. Still in the queue.
Comment #5
colemanw commentedI've revised your patch and committed a version that fixes issues 1-3.
See http://drupalcode.org/project/webform_civicrm.git/commitdiff/ac48311?hp=...
To explain:
Please try it out and see if everything works as expected.
Comment #6
colemanw commentedCan you please give a thumbs up on this issue? I'd like to get a release out.
Comment #7
colemanw commentedNo reply, but it seems good to me. Closing issue.
Comment #8
mmikitka commentedHi Coleman: Sorry for the delayed response. I tested the patch, and all is well. Thanks for the contribution.
matt