Added code to get closer to asset assignment functionality.
This commit is contained in:
@@ -17,6 +17,9 @@ if (Meteor.isServer) {
|
||||
}
|
||||
|
||||
Meteor.methods({
|
||||
async 'students.getPossibleGrades'() {
|
||||
return Students.rawCollection().distinct('grade', {});
|
||||
},
|
||||
/**
|
||||
* Sets a first name alias that can be overridden by the one that is imported.
|
||||
* @param _id The student's database ID.
|
||||
|
||||
Reference in New Issue
Block a user