Modify ↓
Ticket #4340 (closed defect: fixed)
Opened 5 years ago
Last modified 5 years ago
ticket_view.html contains field_name=" instead of name="field_
| Reported by: | Tim Hatch <trac@…> | Owned by: | cboos |
|---|---|---|---|
| Priority: | high | Milestone: | 0.11 |
| Component: | ticket system | Version: | devel |
| Severity: | minor | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
There was a little overzealous search-and-replace in r4387.
-
templates/ticket_view.html
247 247 ${option} 248 248 </label> 249 249 <input py:otherwise="" type="text" id="field-${field.name}" 250 field_name="${field.name}" value="${ticket[field.name]}" />250 name="field_${field.name}" value="${ticket[field.name]}" /> 251 251 </py:choose> 252 252 </td> 253 253 </py:for>
Attachments
Change History
comment:1 Changed 5 years ago by Tim Hatch <trac@…>
- Component changed from general to ticket system
- Version changed from 0.10.2 to devel
comment:2 Changed 5 years ago by cboos
- Milestone set to 0.11
- Owner changed from jonas to cboos
- Priority changed from normal to high
- Severity changed from normal to minor
Oops, where's to "automatically-apply patch" button? ;)
comment:3 Changed 5 years ago by cboos
- Resolution set to fixed
- Status changed from new to closed
Fixed in r4400.
Thanks!
comment:4 Changed 5 years ago by cboos
Really fixed in r4455.
... well, I would really have needed that "automatically-apply patch" button, this would have prevented my to introduce a mistake in the patch ;)
Note: See
TracTickets for help on using
tickets.



Oops, that's on devel.