Modify ↓
#9880 closed defect (fixed)
List index out of range error in importexport_webadminui.html
| Reported by: | anonymous | Owned by: | ben_12 |
|---|---|---|---|
| Priority: | normal | Component: | ExportImportXlsPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.12 |
Description (last modified by )
When I run the plugin I get this error:
Most recent call last:
File "xxx/.python-eggs/ImportExportXLS-0.1.4-py2.6.egg-tmp/importexportxls/templates/importexport_webadminui.html", line 93, in <Expression u"[fd.label for fd in defaultfields if fd.name == 'version'][0]">
Code fragment:
Line
88 <legend>Export</legend>
89 <div>
90 <table style="border:0px;">
91 <thead>
92 <th>${[fd.label for fd in defaultfields if fd.name == 'type'][0]}</th>
93 <th>${[fd.label for fd in defaultfields if fd.name == 'version'][0]}</th>
94 <th>${[fd.label for fd in defaultfields if fd.name == 'milestone'][0]}</th>
95 <th>${[fd.label for fd in defaultfields if fd.name == 'component'][0]}</th>
96 <th>${[fd.label for fd in defaultfields if fd.name == 'status'][0]}</th>
97 <th>${[fd.label for fd in defaultfields if fd.name == 'resolution'][0]}</th>
98 </thead>
Local variables:
Name Value
__data__ [{'active_panel': u'importexport', 'all': <built-in function all>, ...
fd {'type': 'time', 'name': 'changetime', 'label': 'Modified'}
what can I do?
Attachments (0)
Change History (7)
comment:1 Changed 14 years ago by
| Trac Release: | 0.11 → 0.12 |
|---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Perhaps, TicketSystem don't return version field description if there is no version defined.
I'll see that later.
comment:4 Changed 14 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
(In [11365]) fixes #9880 : List index out of range error in importexport_webadminui.html fixes #9887 : Add a statistics page fixes #9888 : Add text format for column with cell wrapping (longtext) fixes #9889 : Add a column with comments in ticket change log fixes #9890 : Give possibility to order columns
comment:6 Changed 14 years ago by
| Description: | modified (diff) |
|---|
Note: See
TracTickets for help on using
tickets.



There is always a version field, no ? Otherwise Trac doesn't work, or there is something that I don't know ?