Index: lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/dbupdates/patch20161004.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/dbupdates/Attic/patch20161004.sql,v diff -u -r1.1.2.1 -r1.1.2.2 --- lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/dbupdates/patch20161004.sql 4 Oct 2016 06:28:25 -0000 1.1.2.1 +++ lams_tool_vote/src/java/org/lamsfoundation/lams/tool/vote/dbupdates/patch20161004.sql 5 Oct 2016 02:41:41 -0000 1.1.2.2 @@ -10,6 +10,14 @@ learner_progress_url = 'tool/lavote11/learning.do?dispatch=start&mode=teacher' WHERE tool_signature = 'lavote11'; +UPDATE lams_tool SET monitor_url = 'tool/lavote11/monitoring.do?dispatch=start' +WHERE tool_signature = 'lavote11'; + +UPDATE lams_tool SET author_url = 'tool/lavote11/authoring.do?dispatch=start' +WHERE tool_signature = 'lavote11'; + + + ----------------------Put all sql statements above here------------------------- -- If there were no errors, commit and restore autocommit to on Index: lams_tool_vote/web/WEB-INF/web.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/WEB-INF/web.xml,v diff -u -r1.24.2.7 -r1.24.2.8 --- lams_tool_vote/web/WEB-INF/web.xml 15 Jun 2016 07:22:19 -0000 1.24.2.7 +++ lams_tool_vote/web/WEB-INF/web.xml 5 Oct 2016 02:49:14 -0000 1.24.2.8 @@ -269,7 +269,6 @@ Authoring content /authoring/* /authoring.do - /authoringStarter.do /pedagogicalPlanner.do @@ -283,7 +282,6 @@ Staff content /monitoring/* /monitoring.do - /monitoringStarter.do MONITOR Index: lams_tool_vote/web/monitoring/Edit.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/monitoring/Edit.jsp,v diff -u -r1.10.2.2 -r1.10.2.3 --- lams_tool_vote/web/monitoring/Edit.jsp 26 May 2016 13:01:08 -0000 1.10.2.2 +++ lams_tool_vote/web/monitoring/Edit.jsp 5 Oct 2016 02:48:46 -0000 1.10.2.3 @@ -25,7 +25,7 @@ - +