Skip to content

Commit a90c3e5

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

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

CHANGELOG.md

-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@
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-
2924

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

inc/question.class.php

-1
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,6 @@ 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),
12371236
],
12381237
__("Assistance") => [
12391238
Ticket::class => Ticket::getTypeName($plural),

0 commit comments

Comments
 (0)