After upgrading - all my views that return information as lists are empty (both blocks and pages). If I switch to another view type (like table) - everything works correctly.

Comments

htxt’s picture

Same here

dillamore’s picture

Likewise. An apparent workaround is to comment out the isset test in theme_views_view_list, i.e.

      if (/*isset($fields[$field['id']]['visible']) && */$fields[$field['id']]['visible'] !== FALSE) {
merlinofchaos’s picture

Fixed in -dev. I'll release a quick beta2 to take care of this, though there appear to be some other outstanding issues preventing me from being comfortable with releasing a non-beta yet.

merlinofchaos’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)