Download & Extend

Wrong block configuration link

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 ;-)

AttachmentSize
admin_hover_block_link.patch601 bytes

Comments

#1

Assigned to:Anonymous» conortm
Status:needs review» fixed

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

Status:fixed» closed (fixed)

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

#3

Status:closed (fixed)» active

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...