I was trying to figure out why the options weren't exporting, and it turns out that they're not set. The Views API requires the options to be defined; the existing code has a long series of issets to compensate, but it addressed the symptom and not the root cause.

http://api.drupal.org/api/views/includes!base.inc/function/views_object%...

There is also a semi-related bug with the start_at_end value getting clobbered by the hash_bookmark value; this will be repaired in the forthcoming patch.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

FluxSauce’s picture

Status: Active » Needs review
FileSize
6.99 KB
operinko’s picture

Status: Needs review » Fixed

Good catch, applied the patch and attributed the commit to you.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.