Index: lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteMonitoringStarterAction.java
===================================================================
diff -u -rc95a3c1916cce09b1a5467306f3eaf4a57b22727 -r8f54a472bd700cccad1486d7f180ead2eae480aa
--- lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteMonitoringStarterAction.java (.../VoteMonitoringStarterAction.java) (revision c95a3c1916cce09b1a5467306f3eaf4a57b22727)
+++ lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/web/VoteMonitoringStarterAction.java (.../VoteMonitoringStarterAction.java) (revision 8f54a472bd700cccad1486d7f180ead2eae480aa)
@@ -385,8 +385,14 @@
voteGeneralMonitoringDTO.setDeletedAttachmentList(new ArrayList());
/** ...till here **/
-
-
+ // setting up the advanced summary for LDEV-1662
+ request.setAttribute("lockOnFinish", voteContent.isLockOnFinish());
+ request.setAttribute("allowText", voteContent.isAllowText());
+ request.setAttribute("maxNominationCount", voteContent.getMaxNominationCount());
+ request.setAttribute("showResults", voteContent.isShowResults());
+ request.setAttribute("reflect", voteContent.isReflect());
+ request.setAttribute("reflectionSubject", voteContent.getReflectionSubject());
+
MonitoringUtil.buildVoteStatsDTO(request,voteService, voteContent);
return true;
Index: lams_tool_vote/web/monitoring/SummaryContent.jsp
===================================================================
diff -u -r05f0776f9ed9f80ad24452e9d1718e8a24ed8e62 -r8f54a472bd700cccad1486d7f180ead2eae480aa
--- lams_tool_vote/web/monitoring/SummaryContent.jsp (.../SummaryContent.jsp) (revision 05f0776f9ed9f80ad24452e9d1718e8a24ed8e62)
+++ lams_tool_vote/web/monitoring/SummaryContent.jsp (.../SummaryContent.jsp) (revision 8f54a472bd700cccad1486d7f180ead2eae480aa)
@@ -24,7 +24,107 @@