Hi,
the following patch should be applied, to be able change the value of
textfields in tickets.
Index: templates/ticket_view.html
===================================================================
--- templates/ticket_view.html (Revision 4402)
+++ templates/ticket_view.html (Arbeitskopie)
@@ -247,7 +247,7 @@
${option}
</label>
<input py:otherwise="" type="text"
id="field-${field.name}"
- name="${field.name}"
value="${ticket[field.name]}" />
+ name="field_${field.name}"
value="${ticket[field.name]}" />
</py:choose>
</td>
</py:for>
Without this change the textfields won't be found.
CU
Max
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Trac Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---