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 cc8c3d3bf1
commit 3f68e161be

View File

@@ -175,7 +175,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 = [];
/**