* [refac story #74538] Fix bug.
This commit is contained in:
@@ -2423,7 +2423,7 @@ class actionModel extends model
|
||||
if(is_string($grantedProducts)) $grantedProducts = explode(',', $grantedProducts);
|
||||
|
||||
$grantedProducts = array_unique(array_filter($grantedProducts));
|
||||
if($grantedProducts) $productCondition = " OR (execution = '0' AND project = '0' AND t2.product " . helper::dbIN($grantedExecutions) . ')';
|
||||
if($grantedProducts) $productCondition = " OR (execution = '0' AND project = '0' AND t2.product " . helper::dbIN($grantedProducts) . ')';
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user