hfurubotten / autograder

Automatic management and build tool for lab assignments. Moved to organization autograde: https://github.com/autograde
https://github.com/autograde
Other
14 stars 7 forks source link

Pendinggrouphotfix #57

Closed hfurubotten closed 8 years ago

hfurubotten commented 8 years ago

Fixes a bug where a new group in a course always starts counting from 1 and upwards as ID. This made the teachers panel and students panel showing groups from other courses, and not the newly submitted ones.

Fixed now by starting automatic clean up when a group not belonging in the course shows up and removes the reference to this in the database.

Close #55