Skip to content

Commit

Permalink
Merge pull request #4759 from eclarizio/BZ1638420
Browse files Browse the repository at this point in the history
Fix for javascript error when attempting to edit a service dialog based on orchestration template

(cherry picked from commit 6f48f14)

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1638420
  • Loading branch information
h-kataria authored and simaishi committed Oct 12, 2018
1 parent 68c491b commit 81f32e3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/views/miq_ae_customization/_dialog_sample.html.haml
Expand Up @@ -83,10 +83,7 @@
options_for_select(val.collect(&:reverse), field.default_value),
drop_down_options(field, "someURL"))
:javascript
dialogFieldRefresh.initializeDialogSelectPicker('#{field.name}',
'#{field.id}',
undefined,
'#{field.trigger_auto_refresh}');
miqInitSelectPicker();

- else
- val.each_with_index do |rb, i|
Expand Down

0 comments on commit 81f32e3

Please sign in to comment.