startEditPoolAgain retrieves all questions/answers/metadata twice
Description
Environment
None
Test Plan
None
Attachments
1
Activity
Show:
Sam Ottenhoff December 8, 2016 at 1:27 PM
Basic regression testing of editing pools, publish assessment with a pool, and then take assessment as student that uses a pool.
Neal Caidin December 8, 2016 at 1:15 PM
This doesn't look like an easy one to verify. Perhaps it is in production somewhere?
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