mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
mass update fix
This commit is contained in:
@@ -1030,7 +1030,7 @@ class Record extends \Espo\Core\Services\Base
|
||||
|
||||
$count = 0;
|
||||
|
||||
$data = get_object_vars($data);
|
||||
$data = $data;
|
||||
$this->filterInput($data);
|
||||
|
||||
if (array_key_exists('ids', $params) && is_array($params['ids'])) {
|
||||
|
||||
Reference in New Issue
Block a user