💡 N°6237 Comment in ormCustomFieldsValue about current_* keys mandatory for DBUpdate to work

This commit is contained in:
Pierre Goiffon
2023-04-27 11:10:01 +02:00
parent 81abe68e44
commit edaa4fca31

View File

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