Repeatable: Always
Steps to repeat:
1. Download Module taxonomy_context and install and activate
2. Visit taxonomy/vocabulary page in site

Module creates a menu item in the navigation menu called "view" which links to taxonomy/vocabulary. The link returns a blank page.

The menu callback is looking for the vocabulary id from the path "arg(2)" and if it doesnt exist, it just returns the function with no output, which creates the blank page.

Expected Results:
Have a list of all the vocabularies displayed when clicking on menu item "view" or going to that path.

Comments

nedjo’s picture

Status: Active » Fixed

Thanks for noting and succinctly explaining this problem.

I've applied a fix in 4.7 and HEAD. Visiting taxonomy/vocabulary now produces a listing of all vocabularies, as suggested.

Anonymous’s picture

Status: Fixed » Closed (fixed)