I found some odd behavior in aggregator module. When switching between the View, Categorize and Configure tabs on an aggregator category, the breadcrumbs are constantly shifting:
Home › Feed aggregator › Categories › Categories
Home › Feed aggregator › Categories › Test category › Categories
Home › Feed aggregator › Categories › Test category
Only the last one (Configure tab) is correct.
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | aggregator-source-title-14.patch | 960 bytes | mustafau |
| #6 | aggregator-source-title.patch | 970 bytes | mustafau |
| #3 | aggregator-breadcrumb-245322-3.patch | 2.61 KB | mustafau |
| #1 | aggregator.categories.breadcrumb.patch | 947 bytes | mfb |
Comments
Comment #1
mfbI was able to resolve the issue with the attached patch, which removes the drupal_set_breadcrumb() call.
Seems like there is no reason for the call to be there?
Comment #2
mustafau commentedApplies to 7.x. RTBC.
Comment #3
mustafau commentedI have found that breadcrumbs are not being displayed properly on "Sources" page either. Attached patch offers a workaround. I wonder if this can be fixed using menu system.
Comment #4
mustafau commentedI should not hold this issue. Patch at #1 is RTBC.
Comment #5
dries commentedI've committed the patch in #1 to CVS HEAD and DRUPAL-6. I'm marking this 'code needs work' for the related issue in comment #3.
Comment #6
mustafau commentedMenu system is great.
Comment #7
catchWas never actually reviewed.
Comment #9
lilou commentedSee: #335122: Test clean HEAD after every commit and http://pastebin.ca/1258476
Comment #10
lilou commentedBack to #7
Comment #12
mustafau commentedStill applies.
Comment #14
mustafau commentedComment #16
Anonymous (not verified) commentedThe breadcrumb doesn't seem to be set on aggregator pages anymore.