Skip to content

Commit

Permalink
SAM-2547 Copying questions to shared pool fails
Browse files Browse the repository at this point in the history
  • Loading branch information
juanarcadio committed May 5, 2015
1 parent 7206e06 commit 4d031b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public QuestionPoolDataModel getQpools()
public QuestionPoolDataModel getCopyQpools()
{
// if (qpDataModelCopy == null) {
buildTreeCopy();
buildTree();
setQpDataModelByLevelCopy(getSortCopyPoolProperty(), getSortCopyPoolAscending());
// }
log.debug("getCopyQpools()");
Expand Down

0 comments on commit 4d031b2

Please sign in to comment.