Ticket #9880 (closed defect: fixed)

Opened 1 year ago

Last modified 2 weeks ago

List index out of range error in importexport_webadminui.html

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

Description (Last modified by rjollos)

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

Change History

03/05/12 11:20:10 changed by anonymous

  • release changed from 0.11 to 0.12.

03/05/12 23:46:51 changed by ben_12

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

03/06/12 00:08:37 changed by anonymous

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

03/08/12 21:14:56 changed by ben_12

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

(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

03/08/12 21:16:09 changed by ben_12

Thanks for report, it must work now.

03/08/12 22:23:47 changed by rjollos

  • description changed.

03/14/12 14:02:20 changed by anonymous

thanks for the solution :)


Add/Change #9880 (List index out of range error in importexport_webadminui.html)




Change Properties
Action