Edgewall Software
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

     
    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

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

Oops, that's on 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 ;)

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from cboos. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.