CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Drupal Modules (Moderator: Donald Lobo) »
  • Webform CiviCRM - various questions
Pages: 1 [2]

Author Topic: Webform CiviCRM - various questions  (Read 2179 times)

clarkac

  • Administrator
  • Ask me questions
  • *****
  • Posts: 399
  • Karma: 11
  • CiviCRM version: 4.4.11 & 4.5.5
  • CMS version: Drupal 7
  • MySQL version: 5.1.61-cll
  • PHP version: 5.3.27
Re: Webform CiviCRM - various questions
December 16, 2013, 11:03:46 am
Can you translate that into English?  ;)
Andy Clark

Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Re: Webform CiviCRM - various questions
December 16, 2013, 11:07:11 am
Yes. Click here to download it:
http://drupalcode.org/project/webform_civicrm.git/snapshot/b608463c98690c0d87cbd9a8c1e63cecaffb0ff1.tar.gz
Try asking your question on the new CiviCRM help site.

clarkac

  • Administrator
  • Ask me questions
  • *****
  • Posts: 399
  • Karma: 11
  • CiviCRM version: 4.4.11 & 4.5.5
  • CMS version: Drupal 7
  • MySQL version: 5.1.61-cll
  • PHP version: 5.3.27
Re: Webform CiviCRM - various questions
December 16, 2013, 12:02:51 pm
I got the same (incorrect) result.  Here's what I did..
1. I downloaded your new code
2. Uninstalled previous webform civicrm and removed the code
3. Uploaded and installed the new code
4. Made a new webform, with 1 social worker (in CiviCRM but not Drupal) and 2 children.
5. The social worker was then send an email with a link inviting her to add 2 children
6. Social worker clicked the link & added 2 children
7. Both children in Civi have a change log showing themselves as the creator/updater  >:(
Andy Clark

clarkac

  • Administrator
  • Ask me questions
  • *****
  • Posts: 399
  • Karma: 11
  • CiviCRM version: 4.4.11 & 4.5.5
  • CMS version: Drupal 7
  • MySQL version: 5.1.61-cll
  • PHP version: 5.3.27
Re: Webform CiviCRM - various questions
January 15, 2014, 05:04:33 am
I updated my Drupal system with the new 4.4 release of Webform CiviCRM, and got the same (incorrect) result as above - i.e. the change log shows the creator of the contact as being the contact itself.  This is not correct as it should show the known contact who completed the webform.  So I don't think this bug is fixed.
Andy Clark

Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Re: Webform CiviCRM - various questions
January 15, 2014, 10:30:58 am
That's unfortunate. Ok I'll take another look.
Try asking your question on the new CiviCRM help site.

Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Re: Webform CiviCRM - various questions
January 26, 2014, 01:34:17 pm
I think this is the answer:
https://github.com/civicrm/civicrm-core/pull/2415
Try asking your question on the new CiviCRM help site.

clarkac

  • Administrator
  • Ask me questions
  • *****
  • Posts: 399
  • Karma: 11
  • CiviCRM version: 4.4.11 & 4.5.5
  • CMS version: Drupal 7
  • MySQL version: 5.1.61-cll
  • PHP version: 5.3.27
Re: Webform CiviCRM - various questions
January 27, 2014, 02:17:04 am
Thanks for  this - yes, this fixes the problem - I now get the 'existing contact' name in the Civi change log!  Thanks again 8)  Will this go in 4.5?
Andy Clark

Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Re: Webform CiviCRM - various questions
January 27, 2014, 09:19:19 am
Hopefully will go into 4.4.4
Try asking your question on the new CiviCRM help site.

Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Re: Webform CiviCRM - various questions
January 28, 2014, 04:48:27 pm
Update. After conversation with Lobo we decided to fix it in webform_civicrm rather than in civicrm core. So I've committed the fix to the latest -dev of webform_civicrm. No patch needed for civicrm core.
Want to test this one out?
Try asking your question on the new CiviCRM help site.

clarkac

  • Administrator
  • Ask me questions
  • *****
  • Posts: 399
  • Karma: 11
  • CiviCRM version: 4.4.11 & 4.5.5
  • CMS version: Drupal 7
  • MySQL version: 5.1.61-cll
  • PHP version: 5.3.27
Re: Webform CiviCRM - various questions
January 28, 2014, 08:32:33 pm
Yes, will do asap.
Andy Clark

clarkac

  • Administrator
  • Ask me questions
  • *****
  • Posts: 399
  • Karma: 11
  • CiviCRM version: 4.4.11 & 4.5.5
  • CMS version: Drupal 7
  • MySQL version: 5.1.61-cll
  • PHP version: 5.3.27
Re: Webform CiviCRM - various questions
January 29, 2014, 02:14:26 am
I tested the latest code from github, and it worked well and got the right user name in the change log.  Thanks!
Andy Clark

Pages: 1 [2]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Drupal Modules (Moderator: Donald Lobo) »
  • Webform CiviCRM - various questions

This forum was archived on 2017-11-26.