Closed (fixed)
Project:
Auto Assign Role
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Oct 2009 at 09:43 UTC
Updated:
24 Nov 2009 at 12:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
icanbedeleted commentedconfirmed, i have the same 'bug'.
On a clean install i've set up a page as the default register page, the node has a title, as soon as i save the form the register button is empty.
html output looks the same as the above.
Comment #2
mr.baileysIn autoassignrole_menu_alter(), the "user/register" item is overwritten instead of changed, essentially removing the tab title (and other information). Replacing the code near the end of the function with a merge fixes the issue:
an alternative would be:
Comment #3
cyberswat commentedok ... great ... can you roll a patch so it can be tested?
Comment #4
mr.baileysSure, patch against head attached. I had some issues getting this project checked out in Eclipse (only D5 tags & branches were showing) so I hope I patched against the right version.
I also dropped the "access arguments" element, as this has already been set to "user_register_access" by the user module (or altered to something else by another module, in which case I guess we should not overwrite it).
Comment #5
mr.baileysSorry, here's the correct patch.
Comment #6
mr.baileysArgh. One last try (please ignore the previous two patches).
Comment #7
maikeru commentedI have the same issue.
Patch in #6 fixed the problem for me in 6.x-1.1 on Drupal 6.9.
Comment #8
cyberswat commentedComment #9
cyberswat commentedhttp://drupal.org/cvs?commit=286870