mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-27 22:46:04 +00:00
CS
This commit is contained in:
@@ -37,22 +37,17 @@ use Espo\Core\Field\Link;
|
||||
use Espo\Core\MassAction\Data;
|
||||
use Espo\Core\MassAction\Params;
|
||||
|
||||
use Espo\Core\Select\SearchParams;
|
||||
use RuntimeException;
|
||||
|
||||
use stdClass;
|
||||
|
||||
class MassAction extends Entity
|
||||
{
|
||||
public const ENTITY_TYPE = 'MassAction';
|
||||
|
||||
public const STATUS_PENDING = 'Pending';
|
||||
|
||||
public const STATUS_RUNNING = 'Running';
|
||||
|
||||
public const STATUS_SUCCESS = 'Success';
|
||||
|
||||
public const STATUS_FAILED = 'Failed';
|
||||
public const string ENTITY_TYPE = 'MassAction';
|
||||
public const string STATUS_PENDING = 'Pending';
|
||||
public const string STATUS_RUNNING = 'Running';
|
||||
public const string STATUS_SUCCESS = 'Success';
|
||||
public const string STATUS_FAILED = 'Failed';
|
||||
|
||||
public function getParams(): Params
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user