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.15 -r1.16 --- lams_bb_integration/web/modules/start_lesson_proc.jsp 29 Jul 2015 10:44:31 -0000 1.15 +++ lams_bb_integration/web/modules/start_lesson_proc.jsp 30 Jul 2015 01:22:05 -0000 1.16 @@ -136,6 +136,9 @@ bbContent.setBody(description); bbContent.setLaunchInNewWindow(true); + + // LDEV-3510 LAMS Lessons were always at the top and could not be moved. + bbContent.setPosition(0); // Start the Lesson in LAMS (via Webservices) and capture the lesson ID final long LamsLessonIdLong = LamsSecurityUtil.startLesson(ctx, ldId, strTitle, strDescription, false);