Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#4340 closed defect (fixed)

ticket_view.html contains field_name=" instead of name="field_

Reported by: Tim Hatch <trac@…> 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

     
    247247                      ${option}
    248248                    </label>
    249249                    <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]}" />
    251251                  </py:choose>
    252252                </td>
    253253              </py:for>

Attachments (0)

Change History (4)

comment:1 by Tim Hatch <trac@…>, 17 years ago

Component: generalticket system
Version: 0.10.2devel

Oops, that's on devel.

comment:2 by Christian Boos, 17 years ago

Milestone: 0.11
Owner: changed from Jonas Borgström to Christian Boos
Priority: normalhigh
Severity: normalminor

Oops, where's to "automatically-apply patch" button? ;)

comment:3 by Christian Boos, 17 years ago

Resolution: fixed
Status: newclosed

Fixed in r4400.

Thanks!

comment:4 by Christian Boos, 17 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 ;)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.