HOR-2876
This commit is contained in:
@@ -109,7 +109,13 @@ class RoutingScreen extends \Derivation
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($delete) {
|
if ($delete) {
|
||||||
unset($response[$index]);
|
$thereIsNoTask = true;
|
||||||
|
if ($response[$index]["NEXT_TASK"]["TAS_UID"] === "-1") {
|
||||||
|
$thereIsNoTask = false;
|
||||||
|
}
|
||||||
|
if ($thereIsNoTask === true) {
|
||||||
|
unset($response[$index]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user