Skip to content

Commit

Permalink
Fix Expression Builder to load page display only once per dropdown pick
Browse files Browse the repository at this point in the history
Ensure that Bootstrap SelectPicker is only invoked once when selecting from dropdowns

https://bugzilla.redhat.com/show_bug.cgi?id=1664852
  • Loading branch information
GregP committed Feb 13, 2019
1 parent 5ddd93d commit e50cb9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/layouts/exp_atom/_edit_tag.html.haml
Expand Up @@ -42,8 +42,7 @@
:multiple => false,
:class => 'selectpicker',
"data-miq_sparkle_on" => true,
"data-miq_sparkle_off" => true,
"data-miq_observe" => {:url => url}.to_json)
"data-miq_sparkle_off" => true)
:javascript
miqInitSelectPicker();
Expand Down

0 comments on commit e50cb9c

Please sign in to comment.