Details
-
Type:
Bug
-
Status: CLOSED
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.7, 11.4, 12.0
-
Component/s: Tests & Quizzes (Samigo)
-
Labels:None
-
Environment:10x
-
11 status:Resolved
-
Previous Issue Keys:SAM-2897
-
Test Plan:
Description
The option to transfer question pools is only transferring the first question pool when multiple/all pools are selected.
Console error in browser on 12
VM1370 poolList:714 Uncaught TypeError: Cannot read property 'substr' of undefined at getTierDigit (VM1370 poolList:714) at checkChildrenCheckboxesDisable (VM1370 poolList:771) at disableCheckboxes (VM1370 poolList:811) at onload (VM1373 poolList:932)
There is an error below the first time, after trying and getting this error, it looks like the transfer functionality works until you reset the tool, then it doesn't work again. So possibly related to both errors?
Caused by: java.lang.NumberFormatException: For input string: "on" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Long.parseLong(Long.java:589) at java.lang.Long.<init>(Long.java:965) at org.sakaiproject.tool.assessment.ui.bean.questionpool.QuestionPoolBean.transferPoolContinue(QuestionPoolBean.java:3151)