Opened 12 years ago

Closed 12 years ago

Last modified 11 years ago

#9880 closed defect (fixed)

List index out of range error in importexport_webadminui.html — at Version 6

Reported by: anonymous Owned by: ben_12
Priority: normal Component: ExportImportXlsPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.12

Description (last modified by Ryan J Ollos)

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?

Change History (6)

comment:1 Changed 12 years ago by anonymous

Trac Release: 0.110.12

comment:2 Changed 12 years ago by ben_12

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

comment:3 Changed 12 years ago by anonymous

Perhaps, TicketSystem don't return version field description if there is no version defined.
I'll see that later.

comment:4 Changed 12 years ago by ben_12

Resolution: fixed
Status: newclosed

(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:5 Changed 12 years ago by ben_12

Thanks for report, it must work now.

comment:6 Changed 12 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.