Skip to content

Commit

Permalink
SAK-45068 - Site Import: Stacktrace for polls (sakaiproject#9052)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonespm authored Mar 1, 2021
1 parent f00c722 commit 0684561
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ public Map<String, String> transferCopyEntities(String fromContext, String toCon
toOption.setStatus(fromOption.getStatus());
toOption.setPollId(toPoll.getPollId());
toOption.setDeleted(fromOption.getDeleted());
toOption.setOptionOrder(fromOption.getOptionOrder());
saveOption(toOption);

toPoll.addOption(toOption);
Expand Down

0 comments on commit 0684561

Please sign in to comment.