I've a CCK field (select list) which uses a view (call it "view_menu") for display a list of nodes. This view display two fields (the title and a date field). I've a second view (call it "view_display") which exposes a filter with that field.

* Using Views 6.x.2.3 the exposed filter displays wrong entries: it displays the full formatted view (view_menu) instead of the simple list of values.

For example, if the CCK field (when I'm in node edit form) displays:

FIELD ONE - FIELD TWO
...

The exposed filter displays:

<span class="field-item">...FIELD ONE ...</span> - <span class="field-item"... FIELD TWO ... </span>
...

Using Views 6.x.2.7 the views doesn't work: it is a blank page.

Comments

merlinofchaos’s picture

Project: Views (for Drupal 7) » Content Construction Kit (CCK)
Version: 6.x-2.7 » 6.x-2.x-dev
Component: exposed filters » Views Integration

As per the submission instructions, if this happens exclusively with a field supplied by a module, let's try there first.

markus_petrux’s picture

Priority: Critical » Normal
Status: Active » Fixed

This is fixed in CCK 2.6

finex’s picture

Status: Fixed » Active

@markus_petrux: I've forgot to tell that I'm using CCK 2.6 :-)