From b0fc7ffd0a63e609761936c6b3b0d5a13d6461bb Mon Sep 17 00:00:00 2001 From: yuri Date: Thu, 26 Sep 2019 11:38:11 +0300 Subject: [PATCH] job count disabled --- application/Espo/Services/Job.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/Espo/Services/Job.php b/application/Espo/Services/Job.php index e96fecbaa5..a8261f7a94 100644 --- a/application/Espo/Services/Job.php +++ b/application/Espo/Services/Job.php @@ -33,4 +33,6 @@ namespace Espo\Services; class Job extends Record { protected $forceSelectAllAttributes = true; + + protected $listCountQueryDisabled = true; }