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);
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | views-765760.patch | 551 bytes | dawehner |
Comments
Comment #1
crea commentedComment #2
dawehnerOH.
Comment #3
merlinofchaos commentedCommitted.