diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 722b0bb452..45ac9bcdf1 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -98,6 +98,7 @@ v27.0.00 Reports: fixed students from non-reporting-cycle year groups displaying in Write Reports Staff: fixed My Coverage page showing coverage from past years Students: fixed the view all option in the Students by Form Group report + System Admin: fixed category and module for Student Enrolment importer Deprecations System: replaced session call through $gibbon->session to $session. "$gibbon->session" is now deprecated diff --git a/resources/imports/studentEnrolment.yml b/resources/imports/studentEnrolment.yml index 191107c615..927f6da0a4 100644 --- a/resources/imports/studentEnrolment.yml +++ b/resources/imports/studentEnrolment.yml @@ -1,10 +1,11 @@ details: type: studentEnrolment + category: Students name: Student Enrolment table: gibbonStudentEnrolment modes: { update: true, insert: true, export: true } access: - module: Students + module: Admissions action: Student Enrolment primaryKey: gibbonStudentEnrolmentID