Active
Project:
Content Construction Kit (CCK)
Version:
6.x-2.x-dev
Component:
Views Integration
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2009 at 21:34 UTC
Updated:
6 Dec 2009 at 20:03 UTC
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 :-)