Actions
Bug #3446
closedNullPointerException on previous from ReviewColumnAssignments
Start date:
07/11/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3446
Description
If we say no to requirement to upload external files, go to ReviewColumnAssignments, and then click previous, a NullPointerException is thrown with the following stack trace:
at edu.msu.first.dataimport.gui.AssignExternalFiles.setWizardData(AssignExternalFiles.java:494)
at edu.msu.first.dataimport.gui.AssignExternalFiles.<init>(AssignExternalFiles.java:149)
at edu.msu.first.dataimport.gui.Controller.getPreviousPage(Controller.java:249)
Note that we really shouldn't have gone back to AssignExternalFiles
Related issues
Updated by Ryan McFall about 16 years ago
- Bug 3447 has been marked as a duplicate of this bug. ***
Updated by Ryan McFall over 15 years ago
Fixed by checking value of DO_FILE_UPLOAD in Controller.previousPanel and going back to CheckForFileUpload if this value is set to false.
Actions