Opened 17 years ago
Closed 17 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 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 17 years ago
comment:3 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
comment:4 by , 17 years ago
Status: | new → assigned |
---|
comment:5 by , 17 years ago
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.