From fd933ce49a7608e1135df8bf274a72a8594ec7d3 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Wed, 22 Sep 2021 13:33:15 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B04245=20-=20Temporary=20partial=20rollbac?= =?UTF-8?q?k?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/attributedef.class.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/attributedef.class.inc.php b/core/attributedef.class.inc.php index f80b2ec64..60dd920ff 100644 --- a/core/attributedef.class.inc.php +++ b/core/attributedef.class.inc.php @@ -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); }