Index: lams_bb_integration/RELEASE_NOTES.TXT =================================================================== RCS file: /usr/local/cvsroot/lams_bb_integration/RELEASE_NOTES.TXT,v diff -u -r1.24 -r1.25 --- lams_bb_integration/RELEASE_NOTES.TXT 18 Sep 2015 10:39:18 -0000 1.24 +++ lams_bb_integration/RELEASE_NOTES.TXT 18 Oct 2015 03:21:00 -0000 1.25 @@ -109,3 +109,8 @@ 1.2.16 Release Fixes ==================== * LDEV-3456: Adding new parameters to LAMSLearningDesign and StartLesson calls + +1.2.17 Release Fixes +==================== +* LDEV-3510: Previous releases were opening lessons in a new window due to a change made for LDEV-3510. +Now reverted back to previous behaviour with lesson loading in the same tab. \ No newline at end of file Index: lams_bb_integration/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_bb_integration/build.xml,v diff -u -r1.23 -r1.24 --- lams_bb_integration/build.xml 18 Sep 2015 10:39:18 -0000 1.23 +++ lams_bb_integration/build.xml 18 Oct 2015 03:21:00 -0000 1.24 @@ -2,7 +2,7 @@ - + Index: lams_bb_integration/WEB-INF/bb-manifest.xml =================================================================== RCS file: /usr/local/cvsroot/lams_bb_integration/WEB-INF/bb-manifest.xml,v diff -u -r1.28 -r1.29 --- lams_bb_integration/WEB-INF/bb-manifest.xml 18 Sep 2015 10:39:18 -0000 1.28 +++ lams_bb_integration/WEB-INF/bb-manifest.xml 18 Oct 2015 03:21:00 -0000 1.29 @@ -5,7 +5,7 @@ - + Index: lams_bb_integration/src/org/lamsfoundation/ld/integration/blackboard/StartLessonServlet.java =================================================================== RCS file: /usr/local/cvsroot/lams_bb_integration/src/org/lamsfoundation/ld/integration/blackboard/Attic/StartLessonServlet.java,v diff -u -r1.5 -r1.6 --- lams_bb_integration/src/org/lamsfoundation/ld/integration/blackboard/StartLessonServlet.java 18 Sep 2015 10:39:18 -0000 1.5 +++ lams_bb_integration/src/org/lamsfoundation/ld/integration/blackboard/StartLessonServlet.java 18 Oct 2015 03:21:00 -0000 1.6 @@ -158,8 +158,6 @@ bbContent.setRenderType(Content.RenderType.URL); bbContent.setBody(description); - bbContent.setLaunchInNewWindow(true); - // LDEV-3510 LAMS Lessons were always at the top and could not be moved. bbContent.setPosition(0); Index: lams_bb_integration/web/modules/start_lesson_proc.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_bb_integration/web/modules/Attic/start_lesson_proc.jsp,v diff -u -r1.16 -r1.17 --- lams_bb_integration/web/modules/start_lesson_proc.jsp 30 Jul 2015 01:22:05 -0000 1.16 +++ lams_bb_integration/web/modules/start_lesson_proc.jsp 18 Oct 2015 03:21:00 -0000 1.17 @@ -135,8 +135,6 @@ bbContent.setRenderType(Content.RenderType.URL); bbContent.setBody(description); - bbContent.setLaunchInNewWindow(true); - // LDEV-3510 LAMS Lessons were always at the top and could not be moved. bbContent.setPosition(0);