Index: lams_common/src/java/org/lamsfoundation/lams/integration/service/IntegrationService.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/integration/service/IntegrationService.java,v diff -u -r1.33.2.7 -r1.33.2.8 --- lams_common/src/java/org/lamsfoundation/lams/integration/service/IntegrationService.java 9 May 2016 14:27:15 -0000 1.33.2.7 +++ lams_common/src/java/org/lamsfoundation/lams/integration/service/IntegrationService.java 25 May 2016 03:45:24 -0000 1.33.2.8 @@ -345,6 +345,8 @@ (OrganisationState) service.findById(OrganisationState.class, OrganisationState.ACTIVE)); org.setLocale(LanguageUtil.getSupportedLocale(langIsoCode, countryIsoCode)); + org.setEnableCourseNotifications(true); + // determine whether org will be a group or subgroup Organisation parent = (Organisation) service.findById(Organisation.class, Integer.valueOf(parentOrgId)); if (parent != null) {