When I use this module the titles for some of the admin pages are changed. In example - I have a "Category" vocabulary and when I go to the Taxonomy page my title is "Add Category".

Comments

danielangelov created an issue. See original summary.

boychev’s picture

StatusFileSize
new538 bytes

Hello!

Actually I faced the same problem and found a fix.

When we get link_path by router_path we make a condition by menu_link.options column. It is a blob column and we make LIKE %router_path% where clause. When we have a link for admin/structure/taxonomy/category/add it matches the page admin/structure/taxonomy

I made a patch to fix the where clause to search LIKE %"router_path"%

boychev’s picture

StatusFileSize
new1.14 KB

Improved patch.
We need db_like() in order to handle '%' mysql special symbol.

boychev’s picture

Status: Active » Needs review
danielangelov’s picture

The issue is fixed

danielangelov’s picture

Status: Needs review » Fixed
danielangelov’s picture

Status: Fixed » Reviewed & tested by the community

  • develCuy committed 991a443 on 7.x-1.x authored by boychev
    Issue #2848325 by boychev, danielangelov: Wrong page titles
    
develcuy’s picture

Status: Reviewed & tested by the community » Fixed

Much thanks @boychev and @danielangelov!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.