#230 closed defect (fixed)
TSV files with changing header (column order) are not updated correctly
Reported by: | ghorwin | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 2.4.0 |
Version: | 2.2.x | Keywords: | |
Cc: | Operating System: | all |
Description
When columns are swapped in tsv files (thus header labels are changed), the respective line series captions are not updated when the tsv file is updated.
Change History (5)
comment:1 by , 4 years ago
Milestone: | 2.2.4 → 2.2.5 |
---|
comment:2 by , 3 years ago
Milestone: | 2.2.5 → Future |
---|
comment:3 by , 20 months ago
Milestone: | Future → 2.4.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:5 by , 20 months ago
Milestone: | 2.4.1 → 2.4.0 |
---|
Note:
See TracTickets
for help on using tickets.
This is a bit more complicated, since TSVFileReader would need the concept of "state", meaning the TSVReader has to know when it was last successfully updated and when it was last updated invalid... need to think on this