The module inserts itself into top level of navigation, which is not convenient. Being administrative function it should be deeper into the admin menus.
The module inserts itself into top level of navigation, which is not convenient. Being administrative function it should be deeper into the admin menus.
Comments
Comment #1
kbahey commentedActually no. Because there is a permission for downloading the data. For example, an admin sets up the fields to be downloaded, but delegates the downloading to a site editor, who does not have access to admin/* paths.
This is why there is a path "/profile_csv" just for that.
What I did is make that menu item a MENU_SUGGESTED_ITEM, meaning that it has to be enabled in the menu and hence will appear to users who have that permission.