From 44aff84dfa2637daee2b64ef52930578814aae70 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Thu, 5 Jun 2014 09:19:15 +0000 Subject: [PATCH] #934: Support the option for ExternalKeys. SVN:trunk[3196] --- setup/compiler.class.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/compiler.class.inc.php b/setup/compiler.class.inc.php index f21e3bc99..9403cff39 100644 --- a/setup/compiler.class.inc.php +++ b/setup/compiler.class.inc.php @@ -826,6 +826,7 @@ EOF; $aParameters['max_combo_length'] = $this->GetPropNumber($oField, 'max_combo_length'); $aParameters['min_autocomplete_chars'] = $this->GetPropNumber($oField, 'min_autocomplete_chars'); $aParameters['allow_target_creation'] = $this->GetPropBoolean($oField, 'allow_target_creation'); + $aParameters['display_style'] = $this->GetPropString($oField, 'display_style', 'select'); } elseif ($sAttType == 'AttributeHierarchicalKey') {