Details
-
Type:
Sub-task
-
Status: Verified
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.7, 11.1
-
Fix Version/s: 11.3
-
Component/s: Tests & Quizzes (Samigo)
-
Labels:
-
11 status:Resolved
Description
The startEditPool method in QuestionPoolBean retrieves all questions (and thus all answers, all attachments, all feedback, etc because of Hibernate) twice. The first time in the getPool() call and the second time in the getAllItemsSorted() call