Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2009 at 13:45 UTC
Updated:
11 Feb 2010 at 23:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
dawehnerThis was only, when the exposed form was exposed as block.
Comment #2
bwynants commentedpatch works, thx
Comment #3
dagmarFor compatibility with #503452: Retool exports to drill down properly I have changed $this->get_exposed_form_plugin() to $this->get_plugin('exposed_form');
Comment #4
bwynants commented#3 does not work
PHP Fatal error: Call to a member function render_exposed_form() on a non-object in /Users/bwynants/Sites/www.goju-andy.local/sites/all/modules/views/plugins/views_plugin_display... on line 2079
Comment #5
dagmarMmm, it is weird. both 1# and #3 worked for me.
Well, I think that #1 is ok, but it will require a rerroll of #503452: Retool exports to drill down properly later.
Comment #6
bwynants commentedcould it be it did not work because I did not apply #503452: Retool exports to drill down properly
Comment #7
bwynants commentedafter syncing to the latest version patch in #3 works and #1 doesn't work any longer
Comment #8
merlinofchaos commentedCommitted to 6.x-3.x
Comment #9
dawehnerand fixed