Active
Project:
Admin:hover
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
18 Dec 2009 at 13:17 UTC
Updated:
20 Apr 2010 at 15:19 UTC
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 ;-)
| Comment | File | Size | Author |
|---|---|---|---|
| admin_hover_block_link.patch | 601 bytes | mmartinov |
Comments
Comment #1
conortm commentedThanks 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!
Comment #3
muhleder commentedI'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...