Closed (fixed)
Project:
Nodereference Explorer
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2010 at 20:50 UTC
Updated:
3 Aug 2010 at 07:40 UTC
Just wondering.
One site works (Views 2) the other does not (Views 3) even with the default node explorer view etc.
Thanks
Comments
Comment #1
gnindl commentedAfter debugging the URL/menu callback "nodereference_explorer/dialog/page/field_photo" I get the following error message:
Call to a member function exposed_form_alter() on a non-object in .../views/views.module on line 1054
I posted a Views issue as I think it is related:
#852882: How to render exposed filters in Views 3 programmatically?
Comment #2
yurtboy commentedthanks for the follow up.
Comment #3
gnindl commentedViews 3 seems to have problems rendering exposed filters. A workaround - till this issue is solved - is to configure "Exposed form in block: No". This has the side effect that the filters are rendered inside the tabs.
Comment #4
gnindl commentedThe code proposed in http://drupal.org/node/852882#comment-3223796 has been submitted to code repository. It should work in Views 2 & 3.