We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe7f7b commit 3891fa6Copy full SHA for 3891fa6
inc/baseclass.class.php
@@ -38,6 +38,13 @@ class PluginMreportingBaseclass
38
protected $where_entities;
39
protected $where_entities_array;
40
protected $where_entities_level;
41
+ protected $period_sort;
42
+ protected $period_sort_php;
43
+ protected $period_datetime;
44
+ protected $period_label;
45
+ protected $period_interval;
46
+ protected $sql_list_date;
47
+ protected $status;
48
49
public function __construct($config = [])
50
{
@@ -69,7 +76,8 @@ public function __construct($config = [])
69
76
],
70
77
71
78
];
72
- $this->status = [CommonITILObject::INCOMING,
79
+ $this->status = [
80
+ CommonITILObject::INCOMING,
73
81
CommonITILObject::ASSIGNED,
74
82
CommonITILObject::PLANNED,
75
83
CommonITILObject::WAITING,
0 commit comments