mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
DataTypeDatalist: set default target type "string"
This commit is contained in:
parent
3c5fa1610c
commit
d1a06c11cf
@ -23,7 +23,7 @@ class DataTypeDatalist extends DataTypeHook
|
|||||||
{
|
{
|
||||||
$params = [];
|
$params = [];
|
||||||
$behavior = $this->getSetting('behavior', 'strict');
|
$behavior = $this->getSetting('behavior', 'strict');
|
||||||
$targetDataType = $this->getSetting('data_type');
|
$targetDataType = $this->getSetting('data_type', 'string');
|
||||||
$listId = $this->getSetting('datalist_id');
|
$listId = $this->getSetting('datalist_id');
|
||||||
|
|
||||||
if ($behavior === 'strict') {
|
if ($behavior === 'strict') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user