Update application/cmdbabstract.class.inc.php

Co-authored-by: Thomas Casteleyn <thomas.casteleyn@super-visions.com>
This commit is contained in:
Anne-Catherine
2025-06-16 11:45:28 +02:00
committed by Anne-Cath
parent 18f9f14dcd
commit f08350a72c

View File

@@ -176,7 +176,9 @@ abstract class cmdbAbstractObject extends CMDBObject implements iDisplay
*/
protected $sDisplayMode;
protected $aFieldsMap;
/*store posted values in order to be used in GetAttributeFlag*/
/**
* @var array Store posted values in order to be used in GetAttributeFlag
*/
protected $aPostedValues = [];
/**