job count disabled

This commit is contained in:
yuri
2019-09-26 11:38:11 +03:00
parent ce2861b337
commit b0fc7ffd0a
+2
View File
@@ -33,4 +33,6 @@ namespace Espo\Services;
class Job extends Record
{
protected $forceSelectAllAttributes = true;
protected $listCountQueryDisabled = true;
}