Posted by mmartinov on December 18, 2009 at 1:17pm
4 followers
Jump to:
| Project: | Admin:hover |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | conortm |
| Status: | active |
Issue Summary
The module generates wrong href for the Configure block link.
Take for example the aggregator category block, instead of a link ending with ".../category-1" it's making ".../category".
I'm attaching a patch now. The code maybe looks a bit stupid but it explains what's wrong and fixes it ;-)
| Attachment | Size |
|---|---|
| admin_hover_block_link.patch | 601 bytes |
Comments
#1
Thanks for the patch, I've applied a modified version to the latest 6.x dev. If possible, please test and report any further issues. Thanks!
#2
Automatically closed -- issue fixed for 2 weeks with no activity.
#3
I'm still seeing this problem with 6.x-1.x-dev. If I change the code to match the patch it works.
This is for a menu block with id 'menu-footer'
With the current code the configure link is
http://cms97.dev/admin/build/block/configure/menu/footer?destination=use...
instead of
http://cms97.dev/admin/build/block/configure/menu/menu-footer?destinatio...