Closed (fixed)
Project:
Taxonomy Menu
Version:
5.x-1.03
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2008 at 22:19 UTC
Updated:
29 May 2009 at 04:20 UTC
Hi
I am trying to take advantage of the views integration (See the README.txt to this module) and I am having difficulty saving the settings I have made.
A view I have created shows up on the list under "views available" but when I select the one I want and hit submit, It doesn't save the setting and the "Views Available" drop down list shows me a different view - not the one I selected.
I am using the newest version of the module ... is there something I'm doing wrong here?
Comments
Comment #1
fallsemo commentedCan anyone help me with this one?
Comment #2
AdrianB commentedNo help here, but I can confirm the error.
Edit: So much for not searching...
This is actually already fixed in another issue: http://drupal.org/node/272884
If you look at the attached patch in that issue, it's a simple typo in the taxonomy_menu.inc file at line 61.
Change this:
'#default_value' => variable_get('taxonomy_menu_show_view_'. $vocab->vid, ''),to this
'#default_value' => variable_get('taxonomy_menu_show_views_'. $vocab->vid, ''),Comment #3
summit commentedSubscribing, greetings, Martijn
Comment #4
westbywest commentedSubscribing.
Comment #5
NewZeal commentedThis issue is fixed in version 1.04