From edaa4fca312192ad523a7858758ba2c8ad35dfa2 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Thu, 27 Apr 2023 11:10:01 +0200 Subject: [PATCH] =?UTF-8?q?:bulb:=20N=C2=B06237=20Comment=20in=20ormCustom?= =?UTF-8?q?FieldsValue=20about=20current=5F*=20keys=20mandatory=20for=20DB?= =?UTF-8?q?Update=20to=20work?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/ormcustomfieldsvalue.class.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/ormcustomfieldsvalue.class.inc.php b/core/ormcustomfieldsvalue.class.inc.php index b4f696aef..5ff56a157 100644 --- a/core/ormcustomfieldsvalue.class.inc.php +++ b/core/ormcustomfieldsvalue.class.inc.php @@ -38,7 +38,8 @@ class ormCustomFieldsValue * user_data: string, * current_template_id: string, * current_template_data: string, - * } $aCurrentValues Containing JSON encoded strings in template_data/current_template_data, user_data + * } $aCurrentValues Containing JSON encoded strings in template_data/current_template_data, user_data. + * Warning, current_* are mandatory for data to be saved in a DBUpdate() call ! */ protected $aCurrentValues;