Closed (fixed)
Project:
Nodereference Explorer
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2012 at 17:17 UTC
Updated:
30 May 2012 at 16:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
mdupontAnd here is the patch. It checks against views_api_version() and fallback to the same code than used in Views 3.0's theme.inc.
Comment #2
mdupontNote: for the pager to work, I also had to change the following line in nodereference_explorer_views_pre_execute() from:
to:
Otherwise, the name of the content types were wrapped with the HTML entity for the apostrophe character (') instead of the character itself, causing MySQL to fail on the query.
Comment #3
gnindl commentedPorted and commited patch from comment #1: http://drupalcode.org/project/nodereference_explorer.git/commit/0fc289d
Committed patch from comment #2: http://drupalcode.org/project/nodereference_explorer.git/commit/9b1e915
Thanks, mdupont!