Skip to content

Commit

Permalink
Fix import of appliances groups
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienClairembault authored and cedric-anne committed Sep 4, 2023
1 parent 69546fd commit 437b079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/applianceinjection.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function getOptions($primary_type = '') {
$options['ignore_fields'] = array_merge($blacklist, $notimportable);
$options['displaytype'] = [
"multiline_text" => [4],
"dropdown" => [10, 11, 32],
"dropdown" => [8, 10, 11, 32, 49],
"user" => [6, 24],
"bool" => [7, 61]
];
Expand All @@ -79,4 +79,4 @@ function addOrUpdateObject($values = [], $options = []) {
$lib->processAddOrUpdate();
return $lib->getInjectionResults();
}
}
}

0 comments on commit 437b079

Please sign in to comment.