funretro/distributed

CSV export broken for boards not using default columns

dillten opened this issue · 0 comments

Expected Behavior

Using the CSV export should export data from all board columns.

Actual Behavior

CSV export only checks for columns starting at 1 and up to n number of columns. As the message filter uses this to filter the messages for export, it can miss messages that are created on columns other than the starting three.

Can be reproduced by deleting the base three columns and creating additional. The first three columns in the CSV export will be without messages and the fourth -> n will be mismapped to their heading.