Skip to content

Commit

Permalink
dynamic dialogs - get_ldap_entries.rb - update nonselected value to b…
Browse files Browse the repository at this point in the history
…e '<Choose>' rather then empty string
  • Loading branch information
itewk authored and curt-matthews committed Aug 14, 2018
1 parent 75b941e commit 14670dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def get_param(param)
values[value] = description
end
$evm.log(:info, "values => #{values}") if @DEBUG
values[nil] = ''
values[nil] = '<Choose>'
end

dialog_field = $evm.object
Expand Down

0 comments on commit 14670dd

Please # to comment.