Download & Extend

Editing imagemenu only save in first image menu defined

Project:Imagemenu
Version:6.x-1.0-rc5
Component:User interface
Category:bug report
Priority:minor
Assigned:Unassigned
Status:closed (duplicate)

Issue Summary

Hi, I did some menus and to test purposes... made options with generic text to make a first "empty" web ... Now im going to fill with contents... i would like to change. But when im going to edit any option in any menu not the first... The interface only save in first image menu i create.

So i'm deleting options and recreating to be able to save in the menu im working.

Menu made to appear in content... in only one node.

That's all

Nice module, please look at this, when you have some time. I think not important ;-)

Comments

#1

Encountered the same problem, traced it to the imagemenu.module file, line 157. A NULL is passed as page argument, changing it to '%imagemenu_link' fixes the problem as far as I can see

#2

Status:active» needs review

Submitted patch

Patch needs work, I was a bit too hasty with submitting since saving changes to an item now somehow crashes my httpd... (wamp server)

AttachmentSize
imagemenu.module.patch 607 bytes

#3

Status:needs review» active

I found out the submitted patch is not really the way to go, it can be used as a temporary workaround though in combination with the patch I am submitting now. The problem was with the redirection to the imagemenu-customize page which uses the parent mid.

The earlier submitted patch is wrong too, I was trying to set the menu identifier but I don't think this patch does that correctly.

AttachmentSize
imagemenu.admin_.inc_.patch 535 bytes

#4

http://drupal.org/node/523354 is a duplicate report of this bug. It's got a working patch.

#5

Status:active» closed (duplicate)