Index: lams_bb_integration/web/includes/javascript/openLamsPage.js
===================================================================
diff -u -r8fc1a1bffe5907d6f05f859a8f1cb5b2b62709c4 -rbcde27583897643e41d2639179fb84da08745102
--- lams_bb_integration/web/includes/javascript/openLamsPage.js (.../openLamsPage.js) (revision 8fc1a1bffe5907d6f05f859a8f1cb5b2b62709c4)
+++ lams_bb_integration/web/includes/javascript/openLamsPage.js (.../openLamsPage.js) (revision bcde27583897643e41d2639179fb84da08745102)
@@ -1,6 +1,6 @@
// Open the LAMS Seuence Author Window
-function openAuthor() {
- var authorUrl = '../openLamsPage?method=openAuthor';
+function openAuthor(courseId) {
+ var authorUrl = '../openLamsPage?method=openAuthor&course_id=' + courseId;
if(authorWin && !authorWin.closed) {
try {
Index: lams_bb_integration/web/links/author.jsp
===================================================================
diff -u -r8fc1a1bffe5907d6f05f859a8f1cb5b2b62709c4 -rbcde27583897643e41d2639179fb84da08745102
--- lams_bb_integration/web/links/author.jsp (.../author.jsp) (revision 8fc1a1bffe5907d6f05f859a8f1cb5b2b62709c4)
+++ lams_bb_integration/web/links/author.jsp (.../author.jsp) (revision bcde27583897643e41d2639179fb84da08745102)
@@ -18,6 +18,6 @@
- To launch LAMS Author, please, click here.
+ To launch LAMS Author, please, click here.
Index: lams_bb_integration/web/modules/create.jsp
===================================================================
diff -u -r8fc1a1bffe5907d6f05f859a8f1cb5b2b62709c4 -rbcde27583897643e41d2639179fb84da08745102
--- lams_bb_integration/web/modules/create.jsp (.../create.jsp) (revision 8fc1a1bffe5907d6f05f859a8f1cb5b2b62709c4)
+++ lams_bb_integration/web/modules/create.jsp (.../create.jsp) (revision bcde27583897643e41d2639179fb84da08745102)
@@ -142,7 +142,7 @@
-
@@ -199,7 +199,7 @@
// Open the LAMS Seuence Preview Window
function openPreview() {
- var previewUrl = "../openLamsPage?method=openPreview&ldId=" + document.getElementsByName("sequence_id")[0].value + "&title=" + document.lesson_form.title.value;
+ var previewUrl = "../openLamsPage?method=openPreview&course_id=${param.course_id}&ldId=" + document.getElementsByName("sequence_id")[0].value + "&title=" + document.lesson_form.title.value;
if (previewWin && !previewWin.closed) {
try {