﻿id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
9880	List index out of range error in importexport_webadminui.html	anonymous	ben_12	"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?"	defect	closed	normal	ExportImportXlsPlugin	normal	fixed			0.12
