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

fallsemo’s picture

Can anyone help me with this one?

AdrianB’s picture

No 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, ''),

summit’s picture

Subscribing, greetings, Martijn

westbywest’s picture

Subscribing.

NewZeal’s picture

Status: Active » Fixed

This issue is fixed in version 1.04

Status: Fixed » Closed (fixed)

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