
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
Duplicate
|
|
|
|
This issue is duplicated by:
|
|
SAK-5361
attempting to grade from second page throws exception
|
|
|
|
|
|
|
| 2.6.x Status: |
None
|
| 2.5.x Status: |
None
|
| 2.4.x Status: |
None
|
|
Assignment tool has more that one page implementing paging mechanism. When instructor chooses to show 20 items in the assignment list view, and navigates to the second page and tries to grade one assignment listed there. If the assignment has less than 20 submissions(definitely possible), he will get the "caused by: java.lang.IndexOutOfBoundsException: toIndex = 21" error.
This is because the paging parameter needs to be reset when navigating through different paged views.
- Zhen
|
|
Description
|
Assignment tool has more that one page implementing paging mechanism. When instructor chooses to show 20 items in the assignment list view, and navigates to the second page and tries to grade one assignment listed there. If the assignment has less than 20 submissions(definitely possible), he will get the "caused by: java.lang.IndexOutOfBoundsException: toIndex = 21" error.
This is because the paging parameter needs to be reset when navigating through different paged views.
- Zhen |
Show » |
|
- Zhen