Closed (fixed)
Project:
Administration Views
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Feb 2012 at 16:50 UTC
Updated:
23 May 2012 at 14:00 UTC
When I enable the Administration Views Module, and go to /admin, I get a blank link that goes to admin/user/user. Since there is already a link to admin/people/people, I'm not sure why this is showing up.

If I disable Administration Views, the blank link goes away.
Comments
Comment #1
sunComment #2
damiankloip commentedThis looks like it's the user admin view. As it's path is admin/user/user there is no menu entry for admin/user, so we get an empty entry for all direct children of admin/ path.
So, do we need to change the name of the view to admin/people (to overwrite the core user admin page) or admin/people/user etc...? So this is placed under people?
Happy to provide a patch, just let me know what you prefer!
Comment #3
sunAre you sure you have the latest admin_views installed, and that you don't have a stale old copy in your admin_menu module folder?
Comment #4
damiankloip commented@sun, apologies, the latest dev version already has the path etc... as I mentioned in #2! :) Closing.