Posted by joachim on January 22, 2011 at 4:33pm
2 followers
| Project: | Views attach |
| Version: | 6.x-2.2 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
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...
Comments
#1
You're probably right. Patch welcome, please. :-)
#2
Patch against local project SVN, which hopefully should apply. It's a one-liner anyway :)