I need to use a View to display terms to allow ordering nodes by something other than sticky/creation date. Views kindly provides a default taxonomy/term view. Enabling this causes the "Edit Term" menu tab to break, however. I think this is because Views also uses "/edit" on the end of the address (to edit the view). Renaming the "Edit Term" menu tab URL from ".../edit" to ".../edit-term" seems to do the trick (two lines in edit_term.module). Attached is a patch for brevity. :)

CommentFileSizeAuthor
edit_term.module.diff851 bytesOliverColeman

Comments

dman’s picture

Interesting.
I guess this is a useful fix. Certainly more practically useful than my minor objection to a messy name change workaround.
Hm. OK, if you are viewing a view, then it's the view that deserves to own the 'edit' noun I guess :)
OK. +1
I'll roll it next time I've touching those things...

catch’s picture

Status: Needs review » Reviewed & tested by the community

This is a worthwhile patch in lieue of a better solution, tested and it works.

christefano’s picture

#296629 is a duplicate of this issue.

dman’s picture

Status: Reviewed & tested by the community » Fixed

Committed to DRUPAL-5
Sorry for the delay folks, it just dropped of the to-do list :-B

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

christefano’s picture

Status: Closed (fixed) » Active

Thanks! I think this change is significant enough to push out a new release, though. Changing back to active.

dman’s picture

Release created. Now the recommended for 5.x.
Not sure if there was any upgrade action needed if installing this version? Just flushing the menus should have done it, so I guess visiting upgrade.php will help, if the chenge doesn't show up.

http://drupal.org/node/314111

dman’s picture

Status: Active » Fixed

o yeh. fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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