Skip to content

Commit

Permalink
get_ldap_entries_attributes.rb - remove hard coded visible and read_o…
Browse files Browse the repository at this point in the history
…nly values
  • Loading branch information
itewk committed Feb 26, 2018
1 parent 43e8699 commit 1fc8de4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,5 @@ def get_param(param)

dialog_field = $evm.object
dialog_field["data_type"] = 'string'
dialog_field["read_only"] = true
dialog_field["visible"] = true
dialog_field["value"] = ldap_entries_attributes.to_yaml
end

0 comments on commit 1fc8de4

Please sign in to comment.