My example URL is: /doc_search/all?s=English

Breadcrumb: Home -> Search

Class:

  function decorate__doc_search_all($path, $item) { // DoC Acceptance Criteria #18497
    $item->title = t('Search');
  }

When clicking on last crumb link, it loosing the _GET params.
Then I've got URL: /doc_search/all

Comments

kenorb’s picture

Status: Active » Postponed

Following patch should fix the issue:
http://drupal.org/node/926266#comment-3507612

kenorb’s picture

Some workaround available here: #926266: How to change the path of the crumbs?

donquixote’s picture

Status: Postponed » Active

We need a solution for $_GET params and other parts of the url that are not in the path.

donquixote’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev

Yes, this is still an issue in 2.x

donquixote’s picture

Title: _GET parameters are not passed into breadcrumb link » Support $_GET parameters
Category: bug » feature

I think we need a more general solution for $_GET stuff.

kenorb’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Drupal 6 is no longer officially supported. If you think this issue is still relevant for 8.x, feel free to re-open.