Skip to content
Snippets Groups Projects
Commit ae766fe2 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

comment

parent 7ee69607
No related branches found
No related tags found
No related merge requests found
......@@ -430,6 +430,7 @@ window.assignJobSafely = function assignJobSafely(slave, assignmentStr) {
} else {
assignJob(slave, "rest");
}
// Whether they manage to go back or they default to rest, we don't need their record:
if (V.assignmentRecords[slave.ID]) {
delete V.assignmentRecords[slave.ID];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment