Index: lams_bb_integration/web/modules/start_lesson_proc.jsp =================================================================== diff -u -r60e3807f78aa28e63cf1da381fc37cf621549beb -ra9dbee1cb6d28872008dbe22130e2281a059b1ce --- lams_bb_integration/web/modules/start_lesson_proc.jsp (.../start_lesson_proc.jsp) (revision 60e3807f78aa28e63cf1da381fc37cf621549beb) +++ lams_bb_integration/web/modules/start_lesson_proc.jsp (.../start_lesson_proc.jsp) (revision a9dbee1cb6d28872008dbe22130e2281a059b1ce) @@ -135,7 +135,7 @@ bbContent.setBody(description); // LDEV-3510 LAMS Lessons were always at the top and could not be moved. - bbContent.setPosition(0); + //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);