Modify

Opened 7 years ago

Closed 7 years ago

#13310 closed defect (fixed)

UndefinedError: {'name': u'id', 'label': u'\u30c1\u30b1\u30c3\u30c8'} has no member named "field"

Reported by: matobaa Owned by: matobaa
Priority: normal Component: SnapshotPlugin
Severity: normal Keywords:
Cc: Trac Release: 1.2

Description

File "C:/Python27/lib/site-packages/trac/ticket/templates/query_results.html" Line 83 Function <Expression '?'>

  <py:with vars="name = header.name; value = result[name];
  <py:with vars="
    name = header.name; value = result[name];
    wikitext = header.field.type == 'text'
      and header.field.format == 'wiki';
    wikitextarea = header.field.type == 'textarea'
      and header.field.format == 'wiki';">

Attachments (0)

Change History (2)

comment:1 Changed 7 years ago by matobaa

workaround patch: r16911

comment:2 Changed 7 years ago by matobaa

Resolution: fixed
Status: newclosed

In 16912:

fixes #13310 obsoletes r16911

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain matobaa.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


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

 
Note: See TracTickets for help on using tickets.