I have a views with contextual filter and table display.
It all shows to me some information about node.

I have two different cases on my view page.

If I set the Exclusion string to all, it shows me the URL in breadcrumb as 'node/all/some-tab-url'/
If I set the Exclusion string to the empty value, it shows me 'node/%2A/some-tab-url' (encoded html string 'node/*/some-tab-url').

I've debugged it and allocated that array $breadcrumb_args in _build_arguments() views.inc:775 will newer to be used.

I removed it and my views works correctly now.

Could somebody see to my patch (and to code) to check this situation?

CommentFileSizeAuthor
views-breadcrumb_args.patch1.23 KBvadym.kononenko
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

vadym.kononenko’s picture

Title: views.inc _build_arguments() $breadcrumb_args is newer to be used. » views.inc _build_arguments() $breadcrumb_args will newer to be used.
Chris Matthews’s picture

Version: 7.x-3.7 » 7.x-3.x-dev
Assigned: vadym.kononenko » Unassigned
Issue summary: View changes

The 6 year old patch to view.inc applied cleanly to the latest views 7.x-3.x-dev and if still applicable needs review.

Checking patch includes/view.inc...
Hunk #1 succeeded at 827 (offset 41 lines).
Hunk #2 succeeded at 876 (offset 40 lines).
Hunk #3 succeeded at 895 (offset 40 lines).
Applied patch includes/view.inc cleanly.