Needs work
Project:
Auto Assign Role
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2010 at 05:10 UTC
Updated:
6 Sep 2011 at 21:28 UTC
My patch fix the bug.
| Comment | File | Size | Author |
|---|---|---|---|
| autoassignrole_content_profile_admin_form_submit.diff | 232 bytes | thehong |
Comments
Comment #1
pedrorocha commentedI had the same error and this code, despite not being a patch file, fixed the error after i manually merged with my code.
It's ok to merge with the project.
ps: i'm puting this as critical, because it's an important feature that simply doesn't work with the current version of the module, so really needs this patch
Comment #3
maddentim commentedpedrorocha, I am not sure, but this diff (mostly because it is not a valid drupal patch...) just seems to the same thing that is there already. I don't think we need to call the function " content_profile_set_settings" because the submit function from content_profile already calls it. This function just needs to set up the autoassignrole settings to be properly saved by the submit. There is another issue that seems to have been my root cause. Maybe look into this one: http://drupal.org/node/1220228
I will try to submit a valid patch to the issue today (it doesn't have one either). I am removing the critical as this issue doesn't have much in terms of detail (like a full description of what the error really consists of... maybe it is really a dup of the other).