From 096dfd7dec9f0fe8a9571249a584ef9c16eb1d45 Mon Sep 17 00:00:00 2001 From: Benjamin DALSASS Date: Tue, 20 Jan 2026 09:53:27 +0100 Subject: [PATCH] Remove abstract filter to ValueTypeClass --- sources/PropertyType/ValueType/Leaf/ValueTypeClass.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/sources/PropertyType/ValueType/Leaf/ValueTypeClass.php b/sources/PropertyType/ValueType/Leaf/ValueTypeClass.php index 7f747ea6e..99a637661 100644 --- a/sources/PropertyType/ValueType/Leaf/ValueTypeClass.php +++ b/sources/PropertyType/ValueType/Leaf/ValueTypeClass.php @@ -38,9 +38,6 @@ class ValueTypeClass extends AbstractLeafValueType $aClasses = $oModelReflection->GetClasses($sCategories, true); sort($aClasses); foreach ($aClasses as $sClass) { - if ($oModelReflection->IsAbstract($sClass)) { - continue; - } $sValue = utils::QuoteForPHP($sClass); $sChoices .= << $sValue,