Index: lams_bb_integration/web/modules/start_lesson_proc.jsp =================================================================== diff -u -rc42107bc1dd1796f8effeecef9366f0be5795923 -r3a7d1925792e03a11836daaf31a14a506a50e89f --- lams_bb_integration/web/modules/start_lesson_proc.jsp (.../start_lesson_proc.jsp) (revision c42107bc1dd1796f8effeecef9366f0be5795923) +++ lams_bb_integration/web/modules/start_lesson_proc.jsp (.../start_lesson_proc.jsp) (revision 3a7d1925792e03a11836daaf31a14a506a50e89f) @@ -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);