Modify ↓
Opened 8 years ago
Closed 8 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)
Note: See
TracTickets for help on using
tickets.



workaround patch: r16911