[Ils-source] r1421 - in trunk/webapp: . WEB-INF/lib

scribe at crosswire.org scribe at crosswire.org
Wed Apr 6 11:48:50 MST 2016


Author: scribe
Date: 2016-04-06 11:48:50 -0700 (Wed, 06 Apr 2016)
New Revision: 1421

Modified:
   trunk/webapp/WEB-INF/lib/ils.jar
   trunk/webapp/report_employeecourseatt.jsp
Log:
Fixed to send course attempt update notification on force pass


Modified: trunk/webapp/WEB-INF/lib/ils.jar
===================================================================
(Binary files differ)

Modified: trunk/webapp/report_employeecourseatt.jsp
===================================================================
--- trunk/webapp/report_employeecourseatt.jsp	2016-04-04 01:09:58 UTC (rev 1420)
+++ trunk/webapp/report_employeecourseatt.jsp	2016-04-06 18:48:50 UTC (rev 1421)
@@ -94,6 +94,9 @@
 		ca = ca.saveNew(ilsSession);
 	}
 	if (ca != null) {
+
+		ca.sendStatusUpdateEvent(session.getServletContext());
+
 		Course course = Course.getCourse(ilsSession, ca.getCourseAttemptCourseID());
 		String certgen = course.getCourseCertificateGenerator();
 		if (certgen != null && certgen.trim().length() > 0) {




More information about the Ils-source mailing list