Skip to content

Commit

Permalink
Fix rendering bs requests with bootstrap UI (in production)
Browse files Browse the repository at this point in the history
When in production mode we don't have the font-awesome stylesheets and
helper methods, eg. `icon()`. Since the rendering of bs requests via
ajax was not done with the `switch_to_webui2` switch this was causing
a bug which was only visible with using only compiled assets.

Fixes #5756
  • Loading branch information
bgeuken committed Aug 30, 2018
1 parent 2b61063 commit beccb9c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -19,6 +19,7 @@ def index
format.json
end
end
switch_to_webui2
end
end
end
Expand Down

0 comments on commit beccb9c

Please sign in to comment.