Modify ↓
      
#4340 closed defect (fixed)
ticket_view.html contains field_name=" instead of name="field_
| Reported by: | Owned by: | Christian Boos | |
|---|---|---|---|
| Priority: | high | Milestone: | 0.11 | 
| Component: | ticket system | Version: | devel | 
| Severity: | minor | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal 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 (0)
Change History (4)
comment:1 by , 19 years ago
| Component: | general → ticket system | 
|---|---|
| Version: | 0.10.2 → devel | 
comment:2 by , 19 years ago
| Milestone: | → 0.11 | 
|---|---|
| Owner: | changed from to | 
| Priority: | normal → high | 
| Severity: | normal → minor | 
Oops, where's to "automatically-apply patch" button? ;)
comment:4 by , 19 years ago
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.