mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
#111 Improved the data loader, and added a REST service to load data from a file
SVN:trunk[892]
This commit is contained in:
@@ -669,6 +669,8 @@ abstract class DBObject
|
||||
// a displayable error is returned
|
||||
public function DoCheckToWrite()
|
||||
{
|
||||
$this->DoComputeValues();
|
||||
|
||||
$this->m_aCheckIssues = array();
|
||||
|
||||
foreach(MetaModel::ListAttributeDefs(get_class($this)) as $sAttCode=>$oAttDef)
|
||||
|
||||
Reference in New Issue
Block a user