sanyaade-speechtools / delphi-museum-project

Automatically exported from code.google.com/p/delphi-museum-project
0 stars 0 forks source link

"See all sets containing this object" does not work #191

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
• What steps will reproduce the problem?
1. Find an object in more than one public set (e.g., 
http://pahma.berkeley.edu/delphi/object/183250#)
2. Look at the Sets pane under "Public sets containing this object" and notice 
that only one set is shown.
3. Click on "See all sets containing this object" to see the other set(s)

• What is the expected output?
Seeing an expanded list of all public sets containing this object

• What do you see instead?
The same thing I saw before pushing the button -- just the one set.

Original issue reported on code.google.com by michaelb...@gmail.com on 7 Aug 2009 at 4:37

GoogleCodeExporter commented 9 years ago
Need to rewrite the code in details.php to provide all the sets to the 
template, and
then let the template (details.tpl) deal with the display. Currently, the 
module code
truncates to 1 set displayed, and provides a boolean that more are there (but 
does
not provide the info to show them). This is dumb.

Also raises the issue of how we should choose the first one shown, and how we 
should
order the sets when expanded. Michael?

Original comment by LudicrousResearcher@gmail.com on 7 Aug 2009 at 11:49