mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
Fixes broken datalist data type configuration on Basket generation
Fixes #45
This commit is contained in:
parent
d0dcc0c128
commit
cfd28f30e2
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ function Get-IcingaCheckCommandConfig()
|
|||
$Basket.Datafield[[string]$FieldID].Add(
|
||||
'settings', @{
|
||||
'datalist' = $DataListName;
|
||||
'datatype' = 'string';
|
||||
'data_type' = 'string';
|
||||
'behavior' = 'strict';
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue