mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
metadata unset formula
This commit is contained in:
@@ -35,7 +35,9 @@ class Metadata extends \Espo\Core\Controllers\Base
|
||||
{
|
||||
public function actionRead($params, $data)
|
||||
{
|
||||
return $this->getMetadata()->getAll(true);
|
||||
$data = $this->getMetadata()->getAll();
|
||||
unset($data['formula']);
|
||||
return $data;
|
||||
}
|
||||
|
||||
public function getActionGet($params, $data, $request)
|
||||
|
||||
Reference in New Issue
Block a user