We broke views support with the multiattach patch!
Joining image_attach onto node means we get multiple rows if there are multiple images.
This *might* be desirable, but it's the job of a relationship. A field should only give one row.
So we need to totally change the implementation of the field, and have it as a fake field that does its own query like CCK multiple fields.
Patch on the way.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 567226-image_attach-views-field.patch | 9.63 KB | joachim |
Comments
Comment #1
joachim commentedPatch.
I'd appreciate at least an eye-check for sanity :)
Comment #2
joachim commentedMade some test views with this.
Committed.
Note for release notes: views fields will need replacing manually.
Comment #4
ice5nake commentedI am still seeing this problem.
Comment #5
joachim commentedHave you cleared your Views cache?
Comment #6
joachim commentedNo further info -- setting back to closed.