mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°3791 - Fix crash when displaying object with a null state value
This commit is contained in:
@@ -59,7 +59,7 @@ class ObjectDetails extends Panel implements iKeyboardShortcut
|
||||
protected $sObjectMode;
|
||||
/** @var string */
|
||||
protected $sIconUrl;
|
||||
/** @var string Code of the current value of the attribute carrying the state for $sClassName */
|
||||
/** @var string|null Code of the current value of the attribute carrying the state for $sClassName */
|
||||
protected $sStatusCode;
|
||||
/** @var string Label of the current value of the attribute carrying the state for $sClassName */
|
||||
protected $sStatusLabel;
|
||||
|
||||
Reference in New Issue
Block a user