Index: lams_bb_integration/web/includes/javascript/openLamsPage.js
===================================================================
RCS file: /usr/local/cvsroot/lams_bb_integration/web/includes/javascript/openLamsPage.js,v
diff -u -r1.1 -r1.2
--- lams_bb_integration/web/includes/javascript/openLamsPage.js 21 Apr 2017 20:35:36 -0000 1.1
+++ lams_bb_integration/web/includes/javascript/openLamsPage.js 16 May 2017 09:26:15 -0000 1.2
@@ -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
===================================================================
RCS file: /usr/local/cvsroot/lams_bb_integration/web/links/author.jsp,v
diff -u -r1.3 -r1.4
--- lams_bb_integration/web/links/author.jsp 21 Apr 2017 20:35:36 -0000 1.3
+++ lams_bb_integration/web/links/author.jsp 16 May 2017 09:26:15 -0000 1.4
@@ -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
===================================================================
RCS file: /usr/local/cvsroot/lams_bb_integration/web/modules/create.jsp,v
diff -u -r1.26 -r1.27
--- lams_bb_integration/web/modules/create.jsp 21 Apr 2017 20:35:36 -0000 1.26
+++ lams_bb_integration/web/modules/create.jsp 16 May 2017 09:26:15 -0000 1.27
@@ -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 {