Skip to content

Commit

Permalink
SAK-32691 : Updating a peer assignment generates an hibernate excepti…
Browse files Browse the repository at this point in the history
  • Loading branch information
frasese authored and ern committed Aug 3, 2017
1 parent a19b33c commit 1a26778
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ public void execute(String opaqueContext){
}
if(removeItems.size() > 0){
getHibernateTemplate().deleteAll(removeItems);
getHibernateTemplate().flush();
}
//loop through the items and update the map values:
for(PeerAssessmentItem p : existingItems){
Expand Down

0 comments on commit 1a26778

Please sign in to comment.