Edgewall Software

Ticket #4340 (closed defect: fixed)

Opened 3 years ago

Last modified 3 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:

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

Changed 3 years ago by Tim Hatch <trac@…>

  • version changed from 0.10.2 to devel
  • component changed from general to ticket system

Oops, that's on devel.

Changed 3 years ago by cboos

  • owner changed from jonas to cboos
  • priority changed from normal to high
  • severity changed from normal to minor
  • milestone set to 0.11

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

Changed 3 years ago by cboos

  • status changed from new to closed
  • resolution set to fixed

Fixed in r4400.

Thanks!

Changed 3 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 ;)

Add/Change #4340 (ticket_view.html contains field_name=" instead of name="field_)

Author


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


Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from cboos. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.