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
Comment #1
merlinofchaos commentedAs per the submission instructions, if this happens exclusively with a field supplied by a module, let's try there first.
Comment #2
markus_petrux commentedThis is fixed in CCK 2.6
Comment #3
finex commented@markus_petrux: I've forgot to tell that I'm using CCK 2.6 :-)