fixed labels for FieldManager
This commit is contained in:
@@ -72,7 +72,11 @@ class FieldManager extends \Espo\Core\Controllers\Base
|
||||
|
||||
public function actionDelete($params, $data)
|
||||
{
|
||||
return $this->getContainer()->get('fieldManager')->delete($params['name'], $params['scope']);
|
||||
$res = $this->getContainer()->get('fieldManager')->delete($params['name'], $params['scope']);
|
||||
|
||||
$this->getContainer()->get('dataManager')->rebuildMetadata();
|
||||
|
||||
return $res;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user