ESI-FAR / INA-tool

A tool for visualising and analysing Institutional Statements
MIT License
2 stars 0 forks source link

Table restoring bug during app navigation when num. of columns imported are fewer than original #1

Open ermannolocascio opened 7 months ago

ermannolocascio commented 7 months ago

During the data uploading process, if the user imports a smaller amount of columns than the number of columns contained in the original csv file, when the table is re-stored during app navigation exploiting data stored in the PHP session there will be an incongruity between the table columns and the rows. This error is originate in Includes -> uploader.js - > storeDatainSession(), i.e. check the info passed via the ajax call.

bug

sjvrijn commented 2 months ago

I think this is solved along with #102 by #103. @ermannolocascio can you confirm?