Skip to content

Commit

Permalink
Merge pull request sakaiproject#1017 from surya-janani/SAK-29309
Browse files Browse the repository at this point in the history
SAK-29309 - Setting revised mime type to pipe
  • Loading branch information
ottenhoff committed Sep 9, 2015
2 parents a5050c2 + e7c6240 commit 1cddc6e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2902,6 +2902,7 @@ public void doCancel(RunData data)
pipe.setActionCanceled(false);
pipe.setErrorEncountered(false);
pipe.setActionCompleted(true);
pipe.setRevisedMimeType(pipe.getMimeType());

toolSession.setAttribute(ResourceToolAction.DONE, Boolean.TRUE);
toolSession.removeAttribute(CitationHelper.CITATION_HELPER_INITIALIZED);
Expand Down

0 comments on commit 1cddc6e

Please sign in to comment.