N°4245 - Temporary partial rollback

This commit is contained in:
Molkobain
2021-09-22 13:33:15 +02:00
parent ae0c43a099
commit fd933ce49a

View File

@@ -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);
}