icgc-argo / platform-ui

Home of Argo Platform UI + @icgc-argo/uikit
http://platform.icgc-argo.org/
GNU Affero General Public License v3.0
7 stars 7 forks source link

🐛 Errors in pink box in `Submitted Data` view do not match table view #2702

Open hknahal opened 1 year ago

hknahal commented 1 year ago

Describe the bug

Downloaded error report TSV file from "Submitted Data" view does not match errors reported in pink box.

Steps To Reproduce

Link to view Treatment data in "Submitted Data" view in TEST-CA program on Staging: https://platform.staging.icgc-argo.org/submission/program/TEST-CA/clinical-data?donorId=&tab=treatment

Steps to reproduce the behaviour:

  1. Errors in pink box are not consistent with table view. Examples:

    • Error reported in pink box indicate 17 errors. However the # of Affected Records column in the table does not equal 17 though
    • Errors reported for 'treatment_type' values that do not exist in table view
    • Not all errors are highlighted in pink in the table. treatment_errors
  2. Change pagination to 100 rows. Errors reported in pink box do not update correctly and do not match what is seen in table.

Expected behaviour