Closed (fixed)
Project:
Apache Solr Search
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2011 at 18:16 UTC
Updated:
29 Apr 2011 at 03:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
cpliakas commentedSee the facetapi_apachesolr_form_facetapi_facet_settings_form_alter() function at http://drupalcode.org/project/facetapi.git/blob/ffee9e2dcf82a4e767710cb5... for how this was implemented in D6.
Comment #2
cpliakas commentedAttached patch adds the breadcrumb trails back at the top of the facet settings page.
Comment #3
pwolanin commentedSeems like there ought to be a cleaner way to do this - though I'm not sure off hand what that is!
possibility programmatic creation of menu links?
Comment #4
cpliakas commentedI was looking to menu_get_active_breadcrumb() for ideas, which led me to menu_get_active_trail(). However it seems it would be more complex to try to hack our way into using these functions, where at least the code in patch #2 is very transparent about what is going on. Not thrilled with it, but it does help the UI. Might be good to add it now and figure out a slicker solution down the road.
Comment #5
pwolanin commentedOk, well let's put something like this in for now - but the links should better go to the server since you can reach these forms via 2 paths. Also needed t() for most of the strings.