Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Fix display the rand of dropdown in the group search form
Browse files Browse the repository at this point in the history
  • Loading branch information
ddurieux committed Jan 19, 2020
1 parent 1ba9c3d commit 9914554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/deploygroup.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ static function getSpecificValueToDisplay($field, $values, array $options = [])
static function dropdownGroupType($name = 'type', $value = 'STATIC') {
$group = new self();
return Dropdown::showFromArray($name, $group->grouptypes,
['value'=>$value]);
['value'=>$value, 'display'=>false]);
}


Expand Down

0 comments on commit 9914554

Please sign in to comment.