Whoops. It looks like the array-based links patch nuked the taxonomy_term_path function, which is still necessary. hook_link_alter[] lets us see what links exist, but the taxonomy_term_path function lets modules override what ones get *generated* in the first place.

Forum, image_gallery, and others will suffer if this doesn't return.

CommentFileSizeAuthor
taxonomy_term_path.patch1.05 KBeaton
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

eaton’s picture

Status: Active » Needs review
m3avrck’s picture

Status: Needs review » Reviewed & tested by the community

Doh, my link patch should not have removed this. Looks good and patch is working for me!

drumm’s picture

Committed to HEAD.

drumm’s picture

Status: Reviewed & tested by the community » Fixed
robertDouglass’s picture

We do our taxonomy REST API an injustice by not providing a function that builds and of the AND, OR, depth, or feed options. The function I wrote here is an extended version of this patch which allows all of those. I'd be interested in seeing Eaton's patch expanded to include those features.

Anonymous’s picture

Status: Fixed » Closed (fixed)