field processing fix

This commit is contained in:
Yuri Kuznetsov
2021-04-29 11:47:34 +03:00
parent 93e4bd8cd0
commit fb94597409
31 changed files with 60 additions and 31 deletions

View File

@@ -29,10 +29,11 @@
namespace Espo\Classes\FieldProcessing\Email;
use Espo\ORM\Entity;
use Espo\Core\{
FieldProcessing\Loader,
FieldProcessing\LoaderParams,
ORM\Entity,
ORM\EntityManager,
};

View File

@@ -29,10 +29,11 @@
namespace Espo\Classes\FieldProcessing\Email;
use Espo\ORM\Entity;
use Espo\Core\{
FieldProcessing\Loader,
FieldProcessing\LoaderParams,
ORM\Entity,
ORM\EntityManager,
};

View File

@@ -29,10 +29,11 @@
namespace Espo\Classes\FieldProcessing\Email;
use Espo\ORM\Entity;
use Espo\Core\{
FieldProcessing\Loader,
FieldProcessing\LoaderParams,
ORM\Entity,
ORM\EntityManager,
};

View File

@@ -29,10 +29,11 @@
namespace Espo\Classes\FieldProcessing\Import;
use Espo\ORM\Entity;
use Espo\Core\{
FieldProcessing\Loader,
FieldProcessing\LoaderParams,
ORM\Entity,
ORM\EntityManager,
};

View File

@@ -29,10 +29,11 @@
namespace Espo\Classes\FieldProcessing\Note;
use Espo\ORM\Entity;
use Espo\Core\{
FieldProcessing\Loader,
FieldProcessing\LoaderParams,
ORM\Entity,
};
use Espo\Entities\Note;

View File

@@ -29,10 +29,11 @@
namespace Espo\Classes\FieldProcessing\Portal;
use Espo\ORM\Entity;
use Espo\Core\{
FieldProcessing\Loader,
FieldProcessing\LoaderParams,
ORM\Entity,
ORM\EntityManager,
};

View File

@@ -29,10 +29,11 @@
namespace Espo\Classes\FieldProcessing\User;
use Espo\ORM\Entity;
use Espo\Core\{
FieldProcessing\Loader,
FieldProcessing\LoaderParams,
ORM\Entity,
ORM\EntityManager,
Acl,
Acl\Table,

View File

@@ -29,8 +29,9 @@
namespace Espo\Core\FieldProcessing\EmailAddress;
use Espo\ORM\Entity;
use Espo\Core\{
ORM\Entity,
ORM\EntityManager,
FieldProcessing\Loader as LoaderInterface,
FieldProcessing\LoaderParams,

View File

@@ -31,8 +31,9 @@ namespace Espo\Core\FieldProcessing\EmailAddress;
use Espo\Entities\EmailAddress;
use Espo\ORM\Entity;
use Espo\Core\{
ORM\Entity,
ORM\EntityManager,
ApplicationState,
FieldProcessing\Saver as SaverInterface,

View File

@@ -29,8 +29,9 @@
namespace Espo\Core\FieldProcessing\File;
use Espo\ORM\Entity;
use Espo\Core\{
ORM\Entity,
ORM\EntityManager,
FieldProcessing\Saver as SaverInterface,
FieldProcessing\SaverParams,

View File

@@ -29,8 +29,9 @@
namespace Espo\Core\FieldProcessing\Link;
use Espo\ORM\Entity;
use Espo\Core\{
ORM\Entity,
FieldProcessing\Loader as LoaderInterface,
FieldProcessing\LoaderParams,
};

View File

@@ -29,8 +29,9 @@
namespace Espo\Core\FieldProcessing\Link;
use Espo\ORM\Entity;
use Espo\Core\{
ORM\Entity,
ORM\EntityManager,
FieldProcessing\Loader as LoaderInterface,
FieldProcessing\LoaderParams,

View File

@@ -29,8 +29,9 @@
namespace Espo\Core\FieldProcessing\LinkMultiple;
use Espo\ORM\Entity;
use Espo\Core\{
ORM\Entity,
FieldProcessing\Loader as LoaderInterface,
FieldProcessing\LoaderParams,
};

View File

@@ -29,8 +29,9 @@
namespace Espo\Core\FieldProcessing\LinkMultiple;
use Espo\ORM\Entity;
use Espo\Core\{
ORM\Entity,
FieldProcessing\Loader as LoaderInterface,
FieldProcessing\LoaderParams,
};

View File

@@ -29,8 +29,9 @@
namespace Espo\Core\FieldProcessing\LinkParent;
use Espo\ORM\Entity;
use Espo\Core\{
ORM\Entity,
FieldProcessing\Loader as LoaderInterface,
FieldProcessing\LoaderParams,
};

View File

@@ -29,8 +29,9 @@
namespace Espo\Core\FieldProcessing\LinkParent;
use Espo\ORM\Entity;
use Espo\Core\{
ORM\Entity,
ORM\EntityManager,
FieldProcessing\Loader as LoaderInterface,
FieldProcessing\LoaderParams,

View File

@@ -29,7 +29,7 @@
namespace Espo\Core\FieldProcessing;
use Espo\Core\ORM\Entity;
use Espo\ORM\Entity;
/**
* Processes loading special fields before output.

View File

@@ -29,8 +29,9 @@
namespace Espo\Core\FieldProcessing\MultiEnum;
use Espo\ORM\Entity;
use Espo\Core\{
ORM\Entity,
ORM\EntityManager,
FieldProcessing\Saver as SaverInterface,
FieldProcessing\SaverParams,

View File

@@ -29,8 +29,9 @@
namespace Espo\Core\FieldProcessing\PhoneNumber;
use Espo\ORM\Entity;
use Espo\Core\{
ORM\Entity,
ORM\EntityManager,
FieldProcessing\Loader as LoaderInterface,
FieldProcessing\LoaderParams,

View File

@@ -31,8 +31,9 @@ namespace Espo\Core\FieldProcessing\PhoneNumber;
use Espo\Entities\PhoneNumber;
use Espo\ORM\Entity;
use Espo\Core\{
ORM\Entity,
ORM\EntityManager,
ApplicationState,
Utils\Metadata,

View File

@@ -29,8 +29,9 @@
namespace Espo\Core\FieldProcessing\Relation;
use Espo\ORM\Entity;
use Espo\Core\{
ORM\Entity,
ORM\EntityManager,
};

View File

@@ -29,8 +29,9 @@
namespace Espo\Core\FieldProcessing\Relation;
use Espo\ORM\Entity;
use Espo\Core\{
ORM\Entity,
ORM\EntityManager,
FieldProcessing\Saver as SaverInterface,
FieldProcessing\SaverParams,

View File

@@ -29,8 +29,9 @@
namespace Espo\Core\FieldProcessing\Reminder;
use Espo\ORM\Entity;
use Espo\Core\{
ORM\Entity,
ORM\EntityManager,
FieldProcessing\Loader as LoaderInterface,
FieldProcessing\LoaderParams,

View File

@@ -29,8 +29,9 @@
namespace Espo\Core\FieldProcessing\Reminder;
use Espo\ORM\Entity;
use Espo\Core\{
ORM\Entity,
ORM\EntityManager,
FieldProcessing\Saver as SaverInterface,
FieldProcessing\SaverParams,

View File

@@ -29,7 +29,7 @@
namespace Espo\Core\FieldProcessing;
use Espo\Core\ORM\Entity;
use Espo\ORM\Entity;
/**
* Processes saving special fields.

View File

@@ -29,8 +29,9 @@
namespace Espo\Core\FieldProcessing\Stream;
use Espo\ORM\Entity;
use Espo\Core\{
ORM\Entity,
FieldProcessing\Loader as LoaderInterface,
FieldProcessing\LoaderParams,
Utils\Metadata,

View File

@@ -29,8 +29,9 @@
namespace Espo\Core\FieldProcessing\Wysiwyg;
use Espo\ORM\Entity;
use Espo\Core\{
ORM\Entity,
ORM\EntityManager,
FieldProcessing\Saver as SaverInterface,
FieldProcessing\SaverParams,

View File

@@ -29,10 +29,11 @@
namespace Espo\Modules\Crm\Classes\FieldProcessing\Call;
use Espo\ORM\Entity;
use Espo\Core\{
FieldProcessing\Loader,
FieldProcessing\LoaderParams,
ORM\Entity,
ORM\EntityManager,
};

View File

@@ -29,10 +29,11 @@
namespace Espo\Modules\Crm\Classes\FieldProcessing\Campaign;
use Espo\ORM\Entity;
use Espo\Core\{
FieldProcessing\Loader,
FieldProcessing\LoaderParams,
ORM\Entity,
ORM\EntityManager,
Acl,
Fields\Currency\CurrencyConfigDataProvider,

View File

@@ -29,10 +29,11 @@
namespace Espo\Modules\Crm\Classes\FieldProcessing\TargetList;
use Espo\ORM\Entity;
use Espo\Core\{
FieldProcessing\Loader,
FieldProcessing\LoaderParams,
ORM\Entity,
ORM\EntityManager,
};

View File

@@ -29,10 +29,11 @@
namespace Espo\Modules\Crm\Classes\FieldProcessing\TargetList;
use Espo\ORM\Entity;
use Espo\Core\{
FieldProcessing\Loader,
FieldProcessing\LoaderParams,
ORM\Entity,
ORM\EntityManager,
};