Hi,

It looks like labels for ticket custom radio field were not rendered inside
<label> tag in bloodhound theme.
Is there any reason for this?
If not, I suggest the following patch.

Regards, Andrej

===================================================================
--- bloodhound_theme/bhtheme/templates/bh_ticket.html (revision 1408673)
+++ bloodhound_theme/bhtheme/templates/bh_ticket.html (working copy)
@@ -369,7 +369,7 @@
                                 py:with="value =
ticket.get_value_or_default(field.name)">
                           <th class="col${idx + 1}" py:if="idx == 0 or not
fullrow">
                             <label for="field-${field.name}" py:if="field"
-                                   py:strip="field.type == 'radio'"
i18n:msg="field">${
+                                   i18n:msg="field">${
                               field.edit_label or field.label or field.name
}:</label>
                           </th>
                           <td class="col${idx + 1}" py:if="idx == 0 or not
fullrow"

Reply via email to