[BUG] Deselect All creates an invalid state
ZachHaber opened this issue · 2 comments
Describe the bug
If you use Deselect All to deselect all columns, it prevents you from moving on to the next step even after selecting a column.
In addition, if you deselect all manually (one at a time), you can still move forward to the next step, but there's an error in the preview.
To Reproduce
Steps to reproduce the behavior:
- Import data with < 100 columns (#399)
- Move to the "Columns" Step
- Right click and use "Deselect All"
- Right click a column and select it
- Observe that you still can't move to the next page
- To continue, past this bugged state, you have to go back a step to the "CSV" step
- Then go to the "Columns" step again
- Observe that the Next button is now enabled again
For the error state, you can do the same steps as before, but after step 6:
- disable the column you enabled
- press Next
- Observe the error state
Expected behavior
I expect that you shouldn't be able to move forward when there are no selected columns regardless of how they are deselected.
In addition, if you select a column again, you should be able to move forward.
Screenshots
Before using Deselect All
After using Deselect All
After Selecting a column
After deselecting all columns manually and moving to the next step:
ARX GUI (please complete the following information):
- OS: Windows 10 (Version 10.0.19044 Build 19044)
- Version 3.9.0
Thanks a lot for reporting this bug. We will fix this.