mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°4245 - Temporary partial rollback
This commit is contained in:
@@ -12552,7 +12552,8 @@ class AttributeCustomFields extends AttributeDefinition
|
||||
$aRawData = json_decode($sData,true);
|
||||
|
||||
if ($aRawData == null) {
|
||||
throw new Exception('Unable to decode parameter attr_'.$sFormPrefix.$this->GetCode().': '.$sData);
|
||||
// Temporarly commented as it is blocking for several people. Will be looked / fixed by ACC in the coming days.
|
||||
// throw new Exception('Unable to decode parameter attr_'.$sFormPrefix.$this->GetCode().': '.$sData);
|
||||
}
|
||||
return new ormCustomFieldsValue($oHostObject, $this->GetCode(), $aRawData);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user