Skip to content

Commit 8e06c17

Browse files
committed
Revert "Revert "feat(glpiselectfield): support Cluster itemtype""
This reverts commit a90c3e5.
1 parent a90c3e5 commit 8e06c17

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
* **textarea:** support for min/max size and regex ([09682e9b8](https://github.com/pluginsGLPI/formcreator/commit/09682e9b8))
2222

2323

24+
### Features
25+
26+
* **glpiselectfield:** support Cluster itemtype ([e72e2603c](https://github.com/pluginsGLPI/formcreator/commit/e72e2603c))
27+
28+
2429

2530
<a name="2.13.8"></a>
2631
## [2.13.8](https://github.com/pluginsGLPI/formcreator/compare/2.13.7..2.13.8) (2023-111-08)

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)