Opened 16 years ago
Closed 15 years ago
#943 closed enhancement (fixed)
Base1PluginExecuter should import reporterlists
Reported by: | Johan Enell | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.7 |
Component: | coreplugins | Version: | trunk |
Keywords: | Cc: |
Description
The Base1PluginExecuter doesn't import a reporterlist. In base1 a plugin could create a file at the following format:
BASEfile section<tab>reporterlist columns<tab>reporterId<tab>score ECs4755 0.256762034483983 ECs3012 0.119996549971508 ECs2479 0.286847065875626 ...
The section reporterlist is imported as a reporterlist in base. This should be added in the importData() method.
Change History (5)
comment:1 Changed 16 years ago by
Owner: | changed from everyone to Martin Svensson |
---|---|
Status: | new → assigned |
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Owner: | changed from Martin Svensson to Nicklas Nordborg |
---|---|
Status: | assigned → new |
comment:4 Changed 15 years ago by
Status: | new → assigned |
---|
comment:5 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
There are major changes in the Base1PluginExecutor in the 2.6 branch. To avoid conflicts this ticket have to wait until 2.6.2 has been released and merged into the trunk.