Set hub jo count to redis jo count. #626
This commit is contained in:
parent
fe15385613
commit
e6d3043556
1 changed files with 1 additions and 1 deletions
|
|
@ -2428,7 +2428,7 @@ class ResqJobOrderHandler implements JobOrderHandlerInterface
|
|||
// $hub['redis_jo_count'] = $hub['jo_count'];
|
||||
$hub['redis_jo_count'] = 0;
|
||||
// $hub['jo_count'] = count($hub['hub']->getForAssignmentJobOrders());
|
||||
$hub['jo_count'] = 0;
|
||||
$hub['jo_count'] = $hub['redis_jo_count'];
|
||||
|
||||
// check for rejection
|
||||
$hub['flag_rejected'] = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue