Skip to content

Commit e72e260

Browse files
committed
feat(glpiselectfield): support Cluster itemtype
1 parent f4ee823 commit e72e260

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

inc/question.class.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,6 +1233,7 @@ public static function dropdownObjectSubType(string $name, array $options = []):
12331233
Line::class => Line::getTypeName($plural),
12341234
PassiveDCEquipment::class => PassiveDCEquipment::getTypeName($plural),
12351235
PDU::class => PDU::getTypeName($plural),
1236+
Cluster::class => Cluster::getTypeName(2),
12361237
],
12371238
__("Assistance") => [
12381239
Ticket::class => Ticket::getTypeName($plural),

0 commit comments

Comments
 (0)