Opened 18 years ago
Closed 18 years ago
#392 closed defect (fixed)
Typo in Base1PluginExecuter.java
Reported by: | Owned by: | Johan Enell | |
---|---|---|---|
Priority: | critical | Milestone: | BASE 2.0.2 |
Component: | coreplugins | Version: | 2.0.1 |
Keywords: | Cc: |
Description
Hi,
I found a typo in src/plugins/core/net/sf/basedb/plugins/Base1PluginExecuter.java on line 1234, causing the plugin to crash when exporting raw data field 'BCh2Median' to a BASE 1 plugin. To fix the bug, replace the following line:
base1columns.put("BCh2Median", Selects.expression(Dynamic.rawData("BCh2Median"), "BCh2Median"));
with
base1columns.put("BCh2Median", Selects.expression(Dynamic.rawData("ch2BgMedian"), "BCh2Median"));
/Robin
Note:
See TracTickets
for help on using tickets.