Index: lams_central/web/authoringConfirm.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/authoringConfirm.jsp,v diff -u -r1.19 -r1.20 --- lams_central/web/authoringConfirm.jsp 3 May 2012 10:27:08 -0000 1.19 +++ lams_central/web/authoringConfirm.jsp 25 Jul 2013 05:55:30 -0000 1.20 @@ -21,7 +21,7 @@ refreshParentMonitoringWindow(); } else { if (window.parent.opener == null || '${param.noopener}' == 'true' || notifyCloseURL.indexOf('noopener=true') >= 0){ - window.location.href = notifyCloseURL; + window.location.href = notifyCloseURL + '&action=save'; } else { window.parent.opener.location.href = notifyCloseURL; }