... in D7, from admin/content/taxonomy to admin/structure/taxonomy. Patch attached.

CommentFileSizeAuthor
#2 746488_admin_paths.patch16.88 KBIsland Usurper
taxonomy-path.patch4.43 KBTR
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

TR’s picture

bump

Island Usurper’s picture

Title: Path to taxonomy has changed ... » Paths to admin pages have changed.
FileSize
16.88 KB

Might as well hit all of them while we're at it.

TR’s picture

Ah, I didn't think to check for other path problems.

Patch applies without errors and fixes the original problem. I read through the patch to see what the other path changes were and confirmed that they were changed correctly. I also visited some of the changed pages to make sure the links worked.

The only thing I wasn't sure of was in hook_help() - where is the new path 'admin/modules#description' used? The usual path to define here would be 'admin/help#product'. (Adding help hooks to all the uc modules is on my to-do list, but close to the bottom at this time...).

Island Usurper’s picture

Status: Needs review » Reviewed & tested by the community

The docs for hook_help() were never very clear to me, so I don't even know if it's ever worked. Not that uc_product_help() is actually useful, either.

I think it's worth putting off until we fill in hook_help for the other modules. By that time someone should have figured how to make uc_product_help() helpful.

TR’s picture

Sounds good to me. I opened a separate task to keep hook_help() on the to-do list.

Island Usurper’s picture

Status: Reviewed & tested by the community » Fixed

OK. Committed to HEAD.

Status: Fixed » Closed (fixed)

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