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

alexander allen’s picture

Status: Active » Postponed
Issue tags: +#VDS-A

This is both simple and critical to fix. I've this added it to the #1623606: Views Datasource 2.x branch task list. Thank you!