Enregistrement incorrecte des données concernant le style

Bug #1153776 reported by Le suisse
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
JolieBulle
New
Undecided
Unassigned

Bug Description

Les informations concernant le style ne sont pas enregistrées de façon correcte dans le fichier d'une recette. Les balises category, category_number, style_letter et style_guide ne sont jamais renseignées.
Par exemple, si l'on attribue le style 16A (Witbier) du BJCP à la recette Blanche.xml disponible dans les samples, le contenu de la balise style est le suivant :
<STYLE>
<NAME>16A. Witbier</NAME>
<VERSION>1</VERSION>
<CATEGORY />
<CATEGORY_NUMBER />
<STYLE_LETTER />
<STYLE_GUIDE />
<TYPE>Ale</TYPE>
<OG_MIN />
<OG_MAX />
<FG_MIN />
<FG_MAX />
<IBU_MIN />
<IBU_MAX />
<COLOR_MIN />
<COLOR_MAX />
</STYLE>

Le contenu de la balise style devrait plutôt être :
<STYLE>
<NAME>16A. Witbier</NAME>
<VERSION>1</VERSION>
<CATEGORY>Belgian and French Ale</CATEGORY>
<CATEGORY_NUMBER>16</CATEGORY_NUMBER>
<STYLE_LETTER>A</STYLE_LETTER>
<STYLE_GUIDE>BJCP 2008</STYLE_GUIDE>
<TYPE>Ale</TYPE>
<OG_MIN>1044</OG_MIN>
<OG_MAX>1052</OG_MAX>
<FG_MIN>1008</FG_MIN>
<FG_MAX>1012</FG_MAX>
<IBU_MIN>10</IBU_MIN>
<IBU_MAX>20</IBU_MAX>
<COLOR_MIN>2</COLOR_MIN>
<COLOR_MAX>4</COLOR_MAX>
</STYLE>

Tags: beerxml save
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.