Skip to content

Commit

Permalink
update required fields
Browse files Browse the repository at this point in the history
  • Loading branch information
wing5wong committed Jul 29, 2022
1 parent 3bc5e31 commit fcb69c5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/kamar.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,29 +17,29 @@

"students" => [
"details" => true,
"passwords" => false,
"passwords" => true,
"photos" => false,
"groups" => false,
"awards" => false,
"timetables" => false,
"timetables" => true,
"attendance" => false,
"assessments" => false,
"pastoral" => true,
"learningsupport" => false,
"fields" => [
"required" => "uniqueid;schoolindex;nsn;firstname;lastname",
"optional" => "username;password"
"required" => "uniqueid;schoolindex;nsn;firstname;lastname;email;",
"optional" => "username;password;yearlevel;leavingdate;tutor"
]
],

"staff" => [
"details" => false,
"details" => true,
"passwords" => false,
"photos" => false,
"timetables" => false,
"timetables" => true,
"fields" => [
"required" => "uniqueid;schoolindex;firstname;lastname",
"optional" => "title;classification"
"required" => "uniqueid;schoolindex;firstname;lastname;email",
"optional" => "title;classification;tutor;leavingdate"
]
],

Expand Down

0 comments on commit fcb69c5

Please sign in to comment.