From e58918f53ebb88c31d84b3c5981a590a7870ef78 Mon Sep 17 00:00:00 2001 From: Benjamin Dalsass Date: Mon, 17 Jul 2023 10:12:48 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B06546=20-=20AttributeLinkedSetIndirect=20?= =?UTF-8?q?filter=20dosen't=20work?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup/compiler.class.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/setup/compiler.class.inc.php b/setup/compiler.class.inc.php index e25d851b8..d8eb16caf 100644 --- a/setup/compiler.class.inc.php +++ b/setup/compiler.class.inc.php @@ -2060,7 +2060,6 @@ EOF $this->CompileCommonProperty('display_style', $oField, $aParameters, $sModuleRelativeDir); $this->CompileCommonProperty('edit_mode', $oField, $aParameters, $sModuleRelativeDir); $this->CompileCommonProperty('filter', $oField, $aParameters, $sModuleRelativeDir); - $this->CompileCommonProperty('allowed_values', $oField, $aParameters, $sModuleRelativeDir); $this->CompileCommonProperty('with_php_constraint', $oField, $aParameters, $sModuleRelativeDir, false); $aParameters['depends_on'] = $sDependencies; } elseif ($sAttType == 'AttributeLinkedSet') {