Opened 13 years ago
Closed 13 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 , 13 years ago
Summary: | Can't exort 'Raw bioassays' column in the Extracts list page → Can't export 'Raw bioassays' column in the Extracts list page |
---|
comment:2 by , 13 years ago
Milestone: | BASE 3.1 → BASE 3.0.4 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [5989]) Fixes #1661: Can't export 'Raw bioassays' column in the Extracts list page