Closed (duplicate)
Project:
Auto Assign Role
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2009 at 04:44 UTC
Updated:
11 Aug 2010 at 22:08 UTC
Jump to comment: Most recent file
Comments
Comment #1
cyberswat commentedhttp://drupal.org/cvs?commit=305714
Comment #3
recrit commentedthe patch above does not work. It changes the settings array key from 'autoassignrole_use' to 'values', therefore, the saved value never gets used since all forms and references look for 'autoassignrole_use'. The attached patch changes it back and is applied to 6.x-1.x-dev
Comment #4
recrit commentedchanging status to needs review
Comment #5
fenstratConfirmed, the changes in the first patch above will never work as it changes the array key from 'autoassignrole_use' to 'values'.
The patch in #3 fixes the problem.
Comment #6
fenstratHmm, appears this was already fixed #755308: Content profile settings are not saved