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

remove assignment of imported slave

parent b3c2706a
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ App.UI.SlaveInteract.importSlave = function() {
App.Entity.Utils.SlaveDataSchemeCleanup(slave);
newSlave(slave);
SlaveDatatypeCleanup(slave);
removeJob(slave, slave.assignment);
V.AS = slave.ID;
Engine.play("Slave Interact");
}
......
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