mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 12:33:26 +00:00
Use new WS Connection object in task Manager App
This commit is contained in:
@@ -48,7 +48,7 @@ define([
|
||||
});
|
||||
_.each(response.tasks, function(data, id) {
|
||||
var jobModel = $this.tasksCollection.get(id);
|
||||
if ("undefined" !== jobModel) {
|
||||
if ("undefined" !== typeof jobModel) {
|
||||
jobModel.set({
|
||||
"actual": data["actual"],
|
||||
"process-id": data["process-id"],
|
||||
|
Reference in New Issue
Block a user