From a90c3e56e65352c23174ca1632fbd5b5a6a43499 Mon Sep 17 00:00:00 2001 From: Thierry Bugier Date: Wed, 13 Mar 2024 12:29:50 +0100 Subject: [PATCH] Revert "feat(glpiselectfield): support Cluster itemtype" This reverts commit e72e2603ce447181a653707061813b24a342f235. --- CHANGELOG.md | 5 ----- inc/question.class.php | 1 - 2 files changed, 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81882bbf7..cb58abf7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) - - ## [2.13.8](https://github.com/pluginsGLPI/formcreator/compare/2.13.7..2.13.8) (2023-111-08) diff --git a/inc/question.class.php b/inc/question.class.php index e638f9e15..37ebc7175 100644 --- a/inc/question.class.php +++ b/inc/question.class.php @@ -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),