more fixes

This commit is contained in:
Steffen Müller
2023-06-20 17:32:10 +02:00
parent 8731add072
commit 9d5ab1f0d2
9 changed files with 26 additions and 13 deletions
+2 -1
View File
@@ -8,6 +8,7 @@ class ServiceGroup
private $name;
private $description;
private $visibility_id;
private $status;
/**
* Constructs servicegroup from its data.
@@ -16,7 +17,7 @@ class ServiceGroup
* @param String $description tooltip text
* @param int $visibility_id how to display group items
*/
function __construct($id, $name, $description, $visibility_id)
function __construct($id, $name, $description, $visibility_id, $status)
{
//TODO: Maybe get data from ID?