FLUID-594: OSDPL Navigation: Fix bug in OSDPL where breadcrumbs aren't displayed properly in the Views

Metadata

Source
FLUID-594
Type
Bug
Priority
Trivial
Status
Closed
Resolution
Fixed
Assignee
Jonathan Hung
Reporter
Allison Bloodworth
Created
2008-05-13T16:53:09.000-0400
Updated
2009-02-05T10:05:54.000-0500
Versions
  1. 0.5beta1
Fixed Versions
N/A
Component
  1. OSDPL

Description

In screens like http://osdpl.fluidproject.org/taxonomy_menu/1/10 & http://osdpl.fluidproject.org/taxonomy_menu/1 the breadcrumbs have an extra double colon (or two) at the end. The last item in the list should not be followed by a colon. The number of extra colons seems to correspond with the number of arguments in the URL (e.g. /taxonomy_menu/$arg/$arg) used by the View.

Comments

  • Allison Bloodworth commented 2008-05-13T16:53:21.000-0400

    -

  • Allison Bloodworth commented 2008-05-13T19:27:29.000-0400

    I tried playing with Taxonomy Breadcrumb to see if that helped, but it only affects nodes (like uidp), not category pages. I also had to turn taxonomy_breadcrumb off because there is a bug when you go to the drag and drop patterns it loses the category (e.g. "Information Organization") in the breadcrumb trail. Interestingly, this doesn't happen to any of the other patterns. Might be able to work around this by using custom_breadcrumbs module, but not sure as it may also just apply to node types and what we are concerned with is the breadcrumbs for a view. Here's a post that may be helpful: http://groups.drupal.org/node/8422.

  • Jonathan Hung commented 2009-02-05T09:55:47.000-0500

    Fixed. The title variable was not being set using the Argument in Views.

  • Jonathan Hung commented 2009-02-05T10:05:54.000-0500

    iteration26