From e21e301ea3048e79d79e1645e2a188f371c44ccd Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 22 Feb 2023 08:30:34 +0100 Subject: [PATCH] use chosen select for custom attributes --- CHANGELOG | 1 + views/bootstrap4/class.Bootstrap4.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 732125b18..92d1cd25d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ -------------------------------------------------------------------------------- - conversion from pdf to png replaces alpha channel with white - add list of conversion services in debug menu of admin tool +- use chosen select for custom attributes -------------------------------------------------------------------------------- Changes in version 5.1.29 diff --git a/views/bootstrap4/class.Bootstrap4.php b/views/bootstrap4/class.Bootstrap4.php index dfe2eab70..58fb5b981 100644 --- a/views/bootstrap4/class.Bootstrap4.php +++ b/views/bootstrap4/class.Bootstrap4.php @@ -1994,7 +1994,7 @@ $(document).ready(function() { default: if($valueset = $attrdef->getValueSetAsArray()) { $content .= "getId()."]\" value=\"\"/>"; - $content .= "getId()."\" name=\"".$fieldname."[".$attrdef->getId()."]"; if($attrdef->getMultipleValues() || $alwaysmultiple) { $content .= "[]\" multiple"; } else {