If no types are selected, the Views UI says the type is 'story'. This is usually false...

    $types = $this->get_option('types');
    if (empty($types)) {
      $types = array('story');
    }

Probably shouldn't be doing this...

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Crell’s picture

You're probably right. Patch welcome, please. :-)

joachim’s picture

Status: Active » Needs review
FileSize
443 bytes

Patch against local project SVN, which hopefully should apply. It's a one-liner anyway :)

Crell’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)