-
Notifications
You must be signed in to change notification settings - Fork 897
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forcing default_value to an array, if the dynamic dropdown is multise…
…lect Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1559030
- Loading branch information
1 parent
c9e7f02
commit 81f942f
Showing
2 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,10 @@ def initial_values | |
[[nil, "<None>"]] | ||
end | ||
|
||
def force_multi_value | ||
false | ||
end | ||
|
||
private | ||
|
||
def raw_values | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters