If every contrib module placed their menus on the top level, we'd end up with an admin menu/toolbar that would take the whole screen. "Search and metadata" seem like the proper parent item for it since all similar menu items are placed there.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | location_search-migrate_menu_items_to_d7-1419436-1.patch | 1.02 KB | tinker |
Comments
Comment #1
tinker commentedThe location_search module menu item 'admin/settings/location/search' is the old drupal 6 settings path. It should be migrated to the drupal 7 configuration path 'admin/config/etc'. Even though this item is called 'location search' I do not believe it should be put under Configuration -> Search and Metadata as suggested by @klonos because it is not a site search option and instead is only used during content editing.
I have set the new path to be 'admin/config/content/location/search' which groups it back together with the other location settings. I have also added the configure path to the info file.
Comment #2
podarokDo fill the change notice for the Location project about this change and I'll commit it afterwards
https://www.drupal.org/node/add/changenotice
Thanks in advance
Comment #3
tinker commentedChange notice created.
Comment #5
podarokThanks, fixed