Skip to content

Commit

Permalink
System Admin: fix category and module for Student Enrolment importer
Browse files Browse the repository at this point in the history
  • Loading branch information
SKuipers committed Apr 28, 2024
1 parent 9e16540 commit 01cfbc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion resources/imports/studentEnrolment.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 01cfbc8

Please sign in to comment.