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

by Jan Hackel last modified Jun 11, 2009 02:28 PM
State Unconfirmed
Version: 1.7
Area User interface
Issue type Bug
Severity Medium
Submitted by Jan Hackel
Submitted on Jun 11, 2009
Responsible
Target release: 2.0
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 by Tim Hicks on Jun 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.