Download & Extend

UI misleadingly says attached to 'story'

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

Status:active» needs review

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

AttachmentSize
1036292.views_attach.admin-label-story.patch 443 bytes
nobody click here