Skip to content

Commit

Permalink
Revert "feat(glpiselectfield): support Cluster itemtype"
Browse files Browse the repository at this point in the history
This reverts commit e72e260.
  • Loading branch information
btry committed Mar 13, 2024
1 parent b4b177e commit a90c3e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@
* **textarea:** support for min/max size and regex ([09682e9b8](https://github.com/pluginsGLPI/formcreator/commit/09682e9b8))


### Features

* **glpiselectfield:** support Cluster itemtype ([e72e2603c](https://github.com/pluginsGLPI/formcreator/commit/e72e2603c))



<a name="2.13.8"></a>
## [2.13.8](https://github.com/pluginsGLPI/formcreator/compare/2.13.7..2.13.8) (2023-111-08)
Expand Down
1 change: 0 additions & 1 deletion inc/question.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,6 @@ public static function dropdownObjectSubType(string $name, array $options = []):
Line::class => Line::getTypeName($plural),
PassiveDCEquipment::class => PassiveDCEquipment::getTypeName($plural),
PDU::class => PDU::getTypeName($plural),
Cluster::class => Cluster::getTypeName(2),
],
__("Assistance") => [
Ticket::class => Ticket::getTypeName($plural),
Expand Down

0 comments on commit a90c3e5

Please sign in to comment.