Skip to content

removing students from a class should also remove them from the section #141

@lihelennn

Description

@lihelennn

currently, removing a student from a class only removes them from the global section.
removing a student from a class should also cause that student to be removed from all sections they're in.

code reference:

utils.removeStudent(req.params.courseid, req.params.userid)

removeStudent: function(classId, userId){

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions