#199 — Topic views will not display images for multiple keywords or authors

StateUnconfirmed
Version: 1.7
AreaUser interface
Issue typeBug
SeverityMedium
Submitted byJan Hackel
Submitted onJun 11, 2009
Responsible
Target release: 2.0
Return to tracker
Last modified on Jun 11, 2009 by Tim Hicks
When you filter by multiple keywords/authors at most one of the associated images will be shown.

This is caused by the inability of quills.app.topic.{Topic,AuthorTopic}.getImage to return multiple images.
Steps to reproduce:
Create a post with two or more keywords assigned or post entries by different authors. Browse by multiple topics, e.g. http://nohost/plone/blog/topics/t1/t2 (for topics "t1" and "t2") or http://nohost/plone/blog/authors/a1/a2 (for authors "a1" or "a2").
Added byTim HicksonJun 11, 2009 02:28 PM
I guess an API change could be in order here. Change getImage to getImages, which would return a tuple of images. I don't have particularly strong feelings about this, though.

No responses can be added.