Closed (fixed)
Project:
Signup
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2009 at 18:01 UTC
Updated:
11 Jan 2011 at 19:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
mlsamuelson commentedPatch attached. It adds an optional parameter to signup_sign_up_user() that allows for node_load() to be called with the reset parameter as TRUE. Pretty straightforward.
In the meanwhile, until this patch is applied, calling node_load() with the reset as TRUE after signup_open_signup() but before signup_sign_up_user() in one's code works as a workaround.
One could make the argument that the workaround is the way to go here, but because of the obscurity of the issue, I think it's better to have it handled via signup_sign_up_user() and thus included in the module itself, rather than in related code.
Cheers.
Comment #2
ezra-g commentedThis seems reasonable to me. Thanks for the patch including updated function documentation. Committed.
Thanks!
http://drupal.org/cvs?commit=470444