This is a bug introduced in http://drupalcode.org/viewvc/drupal/contributions/modules/views/modules/...
Default type should be "human readable node type" as it was before 2.9 i.e.

-- $options['machine_name'] = array('default' => TRUE);
++ $options['machine_name'] = array('default' => FALSE);
CommentFileSizeAuthor
#2 views-765760.patch551 bytesdawehner

Comments

crea’s picture

Title: Node type field handler breaks default views » Node type field handler breaks existing views
dawehner’s picture

Status: Active » Needs review
StatusFileSize
new551 bytes

OH.

merlinofchaos’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

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