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

yet another record edge case

parent ac6aa7c9
No related branches found
No related tags found
No related merge requests found
...@@ -430,6 +430,9 @@ window.assignJobSafely = function assignJobSafely(slave, assignmentStr) { ...@@ -430,6 +430,9 @@ window.assignJobSafely = function assignJobSafely(slave, assignmentStr) {
} else { } else {
assignJob(slave, "rest"); assignJob(slave, "rest");
} }
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.
Finish editing this message first!
Please register or to comment