You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$CFG_GLPI['asset_types'] = array_filter($CFG_GLPI['asset_types'], function ($itemtype) use ($invalidItemtype) {
1075
+
$_SESSION["glpiactiveprofile"]["helpdesk_item_type"] = array_filter($_SESSION["glpiactiveprofile"]["helpdesk_item_type"], function ($itemtype) use ($invalidItemtype) {
1078
1076
return ($itemtype != $invalidItemtype);
1079
1077
});
1080
1078
@@ -1384,7 +1382,7 @@ public function providerSetTargetLocation_NotSet() {
1384
1382
1385
1383
$form1 = $this->getForm();
1386
1384
1387
-
$instance1 = newPluginFormcreatorTargetTicket();
1385
+
$instance1 = $this->newTestedInstance();
1388
1386
$instance1->add([
1389
1387
'name' => 'foo',
1390
1388
'target_name' => '',
@@ -1438,7 +1436,7 @@ public function providerSetTargetLocation_LastItem() {
0 commit comments