Skip to content

Commit

Permalink
SAK-29829 - Drag&Drop notifications are not rightly cleaned up.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmerino committed Sep 30, 2015
1 parent 5b16a4b commit 27db7c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2233,6 +2233,7 @@ public void notifyDragAndDropCompleted(HttpServletRequest request)
sendnd.notify(ne,eventTrackingService.newEvent(eventResource, ContentHostingService.REFERENCE_ROOT+item.getId(), true, notificationPriority));
}
state.setAttribute(DRAGNDROP_FILENAME_REFERENCE_LIST, null);
sendnd.setFileList(null);
} catch (IdUnusedException e) {
logger.warn("Somehow we couldn't find the site.", e);
}
Expand Down

0 comments on commit 27db7c4

Please sign in to comment.