Skip to content

Commit

Permalink
fix(injection): declare searchoption as dropdown type
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Jan 30, 2023
1 parent d13a13f commit df6809d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inc/itilfollowuptemplateinjection.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ function getOptions($primary_type = '') {
$options['ignore_fields'] = array_merge($blacklist, $notimportable);

$options['displaytype'] = ["bool" => [86],
"multiline_text" => [4, 16]];
"dropdown" => [5],
"multiline_text" => [4, 16]];

return PluginDatainjectionCommonInjectionLib::addToSearchOptions($tab, $options, $this);
}
Expand Down

0 comments on commit df6809d

Please sign in to comment.