mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
Object details: Fix status code being set to the color instead of the code
This commit is contained in:
@@ -150,7 +150,7 @@ class ObjectDetails extends Panel implements iKeyboardShortcut
|
||||
*/
|
||||
public function SetStatus(string $sCode, string $sLabel, string $sColor)
|
||||
{
|
||||
$this->sStatusCode = $sColor;
|
||||
$this->sStatusCode = $sCode;
|
||||
$this->sStatusLabel = $sLabel;
|
||||
$this->sStatusColor = $sColor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user