mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 18:18:46 +02:00
#1050: Properly support the 'list' display style for external keys - as stated in the documentation!
SVN:trunk[3529]
This commit is contained in:
@@ -164,6 +164,7 @@ class UIExtKeyWidget
|
||||
break;
|
||||
|
||||
case 'select':
|
||||
case 'list':
|
||||
default:
|
||||
$sSelectMode = 'true';
|
||||
|
||||
@@ -302,7 +303,7 @@ EOF
|
||||
EOF
|
||||
);
|
||||
}
|
||||
if ($sDisplayStyle == 'select')
|
||||
if (($sDisplayStyle == 'select') || ($sDisplayStyle == 'list'))
|
||||
{
|
||||
$sHTMLValue .= "<span id=\"v_{$this->iId}\"></span>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user