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. :)
| Comment | File | Size | Author |
|---|---|---|---|
| edit_term.module.diff | 851 bytes | OliverColeman |
Comments
Comment #1
dman commentedInteresting.
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...
Comment #2
catchThis is a worthwhile patch in lieue of a better solution, tested and it works.
Comment #3
christefano commented#296629 is a duplicate of this issue.
Comment #4
dman commentedCommitted to DRUPAL-5
Sorry for the delay folks, it just dropped of the to-do list :-B
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #6
christefano commentedThanks! I think this change is significant enough to push out a new release, though. Changing back to active.
Comment #7
dman commentedRelease 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
Comment #8
dman commentedo yeh. fixed.
Comment #9
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.