Opened 12 years ago

Closed 12 years ago

#1661 closed defect (fixed)

Can't export 'Raw bioassays' column in the Extracts list page

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: minor Milestone: BASE 3.0.4
Component: web Version:
Keywords: Cc:

Description

The result is the following error. Use the Save as to save the export to a file, otherwise the download window will just stop without any error message.

net.sf.basedb.core.InvalidDataException: Path does not exist: Extract.&rawBioAssays(name)
  at net.sf.basedb.core.Metadata.getPropertyPath(Metadata.java:354)
  at net.sf.basedb.clients.web.plugins.ExportedProperty.parse(ExportedProperty.java:85)
  at net.sf.basedb.clients.web.plugins.SimpleExport.performExport(SimpleExport.java:291)
  at net.sf.basedb.core.plugin.AbstractExporterPlugin.run(AbstractExporterPlugin.java:144)
  at net.sf.basedb.core.PluginExecutionRequest.invoke(PluginExecutionRequest.java:116)
  at net.sf.basedb.core.PluginExecutionRequest.run(PluginExecutionRequest.java:141)
  at java.lang.Thread.run(Unknown Source)

Workaround is to not select the 'Raw bioassays' column when exporting.

Change History (3)

comment:1 by Nicklas Nordborg, 12 years ago

Summary: Can't exort 'Raw bioassays' column in the Extracts list pageCan't export 'Raw bioassays' column in the Extracts list page

comment:2 by Nicklas Nordborg, 12 years ago

Milestone: BASE 3.1BASE 3.0.4
Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:3 by Nicklas Nordborg, 12 years ago

Resolution: fixed
Status: assignedclosed

(In [5989]) Fixes #1661: Can't export 'Raw bioassays' column in the Extracts list page

Note: See TracTickets for help on using tickets.