mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 23:32:17 +02:00
N°931: Fix error reporting for data synchro
This commit is contained in:
@@ -6863,6 +6863,20 @@ class AttributeTagSet extends AttributeDBFieldVoid
|
|||||||
return $this->GetExistingTagsFromString($sValue);
|
return $this->GetExistingTagsFromString($sValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param $aCols
|
||||||
|
* @param string $sPrefix
|
||||||
|
*
|
||||||
|
* @return mixed
|
||||||
|
* @throws \Exception
|
||||||
|
*/
|
||||||
|
public function FromImportToValue($aCols, $sPrefix = '')
|
||||||
|
{
|
||||||
|
$sValue = $aCols["$sPrefix"];
|
||||||
|
|
||||||
|
return $this->MakeRealValue($sValue, null);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* force an allowed value (type conversion and possibly forces a value as mySQL would do upon writing!
|
* force an allowed value (type conversion and possibly forces a value as mySQL would do upon writing!
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user