Skip to content

Commit

Permalink
Remove "data-container" => "body"- no longer needed after ManageIQ#…
Browse files Browse the repository at this point in the history
…3192

Fixes the multiselect dropdown linger issue

https://bugzilla.redhat.com/show_bug.cgi?id=1533808
  • Loading branch information
AparnaKarve committed Jan 12, 2018
1 parent f244a4e commit e431f27
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions app/views/miq_request/_prov_field.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
:style => "width: auto;",
"data-miq_sparkle_on" => true,
"data-miq_sparkle_off" => true,
"data-container" => "body",
:class => "selectpicker")
:javascript
miqInitSelectPicker();
Expand Down Expand Up @@ -180,7 +179,6 @@
:disabled => disabled,
"data-miq_sparkle_on" => true,
"data-miq_sparkle_off" => true,
"data-container" => "body",
:class => "selectpicker")
:javascript
miqInitSelectPicker();
Expand Down Expand Up @@ -222,7 +220,6 @@
:style => "width:auto;",
"data-miq_sparkle_on" => true,
"data-miq_sparkle_off" => true,
"data-container" => "body",
:class => "selectpicker")
:javascript
miqInitSelectPicker();
Expand Down Expand Up @@ -271,7 +268,6 @@
:disabled => disabled,
"data-miq_sparkle_on" => true,
"data-miq_sparkle_off" => true,
"data-container" => "body",
:class => "selectpicker")
:javascript
miqInitSelectPicker();
Expand Down Expand Up @@ -365,7 +361,6 @@
:style => "width: auto;",
"data-miq_sparkle_on" => true,
"data-miq_sparkle_off" => true,
"data-container" => "body",
:class => "selectpicker")
:javascript
miqInitSelectPicker();
Expand Down Expand Up @@ -410,7 +405,6 @@
:disabled => disabled,
"data-miq_sparkle_on" => true,
"data-miq_sparkle_off" => true,
"data-container" => "body",
:class => "selectpicker")
:javascript
miqInitSelectPicker();
Expand Down Expand Up @@ -480,8 +474,7 @@
-# Allow editing of the text field
= select_tag("start_hour",
options_for_select((0..23).to_a, options[:start_hour].to_i),
"data-container" => "body",
:class => "selectpicker selectWidth")
:class => "selectpicker selectWidth")
%span h
:javascript
miqInitSelectPicker();
Expand Down

0 comments on commit e431f27

Please sign in to comment.