Closed (fixed)
Project:
Twitter
Version:
6.x-2.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2009 at 00:18 UTC
Updated:
8 Jun 2009 at 20:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
webchickI noticed this too.
Comment #2
webchickHoly cow. Something new to add to my "DrupalWTF" list.
So the reason this happens is because the user edit path is actually user/%user_category/edit, not user/%user/edit. Fixing this requires both:
a) Passing in 'load arguments' of '%map' and '%index' (of... course!)
b) Implementing hook_user op categories
Good thing there was an example of this in core with the user and profile modules, or I would never have figured this out.
Comment #3
alexanderpas commentedmakes "sense" ;)
patch works over here.
Comment #4
munikho commentedPatch working here as well.
Comment #5
walkah commentedheh. looks like eaton already applied this and didn't update the issue :-)