Postponed
Project:
Views Datasource
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 May 2012 at 20:41 UTC
Updated:
25 Jul 2012 at 02:23 UTC
Greetings,
Just a heads up!
In the file - views_views_json_style.theme.inc - there is a typo that is causing incorrect formatting for Exhibit. This may only be affecting those using Exhibit 3.0 as I cannot speak for version 2.0. The error in on line 75 within the function 'template_preprocess_views_views_json_style_exhibit'. $root_object = "Items"; should actually be $root_object = "items"; The string items should be in lowercase. This may be affecting those of us not on Windows machines, however on my machine it caused Exhibit not to render anything at all.
Comments
Comment #1
alexander allen commentedThis is both simple and critical to fix. I've this added it to the #1623606: Views Datasource 2.x branch task list. Thank you!