Actions
Bug #3434
closedRow number incorrect when verifying student selection
Start date:
06/26/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3434
Description
There is an off by one error due to 0-based vs. 1-based numbers for rows in ConfigureDataSource$VerifyStudentSelection.
Updated by Ryan McFall over 15 years ago
Simple enough to fix (modified getValueAt in TableModel declared in VerifyStudentSection constructor). Note that VerifyStudentSelection is now a class by itself, so original bug report comment i somewhat misleading.
Updated by Ryan McFall over 15 years ago
Forgot to change status to fixed on previous comment!
Actions