Actions
Bug #3315
closedNext button update problem on page where types of data to import are specified
Start date:
05/23/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3315
Description
If you start with scores selected, which it is by default, then select Responses, and then unselect Responses, the next button will be disabled, even though it should be enabled.
Updated by Ryan McFall over 16 years ago
This was a simple fix - we had a variable keeping track of how many types of data were selected, and it was initialized to zero. Since we made scores selected by default, this variable had to be initialized to 1.
Actions