Index: lams_bb_integration/web/modules/start_lesson_proc.jsp =================================================================== diff -u -r4b7e45d85fc475157ddbadfa8fff056f5e0a1d6f -reb68842d09a0de17103abf922a4068d8e5d3342f --- lams_bb_integration/web/modules/start_lesson_proc.jsp (.../start_lesson_proc.jsp) (revision 4b7e45d85fc475157ddbadfa8fff056f5e0a1d6f) +++ lams_bb_integration/web/modules/start_lesson_proc.jsp (.../start_lesson_proc.jsp) (revision eb68842d09a0de17103abf922a4068d8e5d3342f) @@ -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);