Closed (fixed)
Project:
Recipe
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
13 Aug 2007 at 13:04 UTC
Updated:
24 Feb 2010 at 18:00 UTC
Jump to comment: Most recent file
Hi there, and thanks for your great module.
I think I found a bug : When a recipe have several taxonomy term, on the summary table, it show only one taxonomy term.
How can I fix this problem ? Thanks
(lets see my screenshot to see the problem)
thanks
zmove
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 1_of_2_selections.jpg | 29.51 KB | DomeMinion |
| #4 | multiple_taxonomy.patch | 1.02 KB | grudolf |
| #2 | recipe_taxxonomy2.jpg | 7.23 KB | zmove |
| recipe_taxxonomy.jpg | 17.57 KB | zmove |
Comments
Comment #1
brdwor commentedHere is the code that creates the summary table:
The summary table should list all terms under the 'recipe' taxonomy. If this doesn't answer your question, could you post a picture of the 'edit node' showing how you are selecting the terms?
Comment #2
zmove commentedHere is a screen of my taxonomy selection.
It's a simple hierarchical taxonomy with 2 parents : 'type d'envies' and 'type de plat' which have childrens.
As you can see, I selected 2 terms : 'sans gluten' and 'vegetarien' which are children of 'type d'envie' and, as my previous screen show it, the summary table only show the 'vegetarien' term.
Comment #3
zmove commentedNo solution or my screenshot is bad ?
Comment #4
grudolf commentedThe summary table lists all applied taxonomy categories and the first item of each category. To list all the items replace
with
I'm attaching the patch file, please review.
Comment #5
zmove commentedIt works perfectly, big thanks !!!!
I will continue testing and I will say to you if I have a problem.
Thanks again
Comment #6
brdwor commentedThis has been committed to HEAD for some time now.
Comment #7
brdwor commentedCan someone confirm if this occurs under 6.x? The 6.x code does not seem to include this fix.
Comment #8
DomeMinion commentedThis problem occurs in 6.x when running recipe 6.x-1.0-beta1.
I tried the patch listed above which I assume was written for 5.x. It did not work for me but I'm not much of a php programmer. After the patch the taxonomy display disappeared. Remove the patch and only one of multiple selections is displayed.
Comment #9
jvandervort commentedFixed in the 6.x-dev nightly snapshot (Feb 10).