You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When validating HTAN DFCI clinical diagnosis lung dataset, there are no errors, but several warnings for invalid int types. These cells should be highlighted in the table, but they are not. This causes the submit button to stay hidden, even though it should pop up when the manifest returns only warnings or no errors.
Expected behavior
The invalid cells should be highlighted and the submit button should show up.
Priority (select one)
Major 📢
This commit allows the submit button to show up, but doesn't fix highlighting df5fa54
Investigate why validationResult is not returning a list of cells. For the offending cells, it had character(0) instead of an index of cells to highlight
The text was updated successfully, but these errors were encountered:
Describe the bug
When validating HTAN DFCI clinical diagnosis lung dataset, there are no errors, but several warnings for invalid int types. These cells should be highlighted in the table, but they are not. This causes the submit button to stay hidden, even though it should pop up when the manifest returns only warnings or no errors.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The invalid cells should be highlighted and the submit button should show up.
Priority (select one)
This commit allows the submit button to show up, but doesn't fix highlighting df5fa54
Investigate why validationResult is not returning a list of cells. For the offending cells, it had
character(0)
instead of an index of cells to highlightThe text was updated successfully, but these errors were encountered: