Skip to content

Commit

Permalink
Merge pull request #8 from safrant/master
Browse files Browse the repository at this point in the history
update to CharacterizationBO
  • Loading branch information
lexevs authored Dec 22, 2017
2 parents 82d7a50 + 9f8ad5b commit a1233e6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ public SimpleCharacterizationEditBean setupUpdate(HttpServletRequest request, St
// charBean.getCharacterizationName(), charBean.getAssayType());

//SY: new
request.getSession().setAttribute("sampleId", sampleId);
request.getSession().setAttribute("theChar", charBean);
logger.debug("Setting theChar in session: " + request.getSession().getId());;

Expand Down

0 comments on commit a1233e6

Please sign in to comment.