Bootbox doesn't work for Bootstrap 4

Wappler: 5.5.1
Server: PHP
OS: MacOS M1

I’ve just added a confirm dialog (bootbox) in a BS4 site and the includes added are the BS5 files. If I manually change them to the BS4 files then everything works.

Have the same problem…

Can I just check if this will be fixed in tomorrow’s update? It’s driving me nuts!

Just tested this and on a Bootstrap 4 page added a flow using Bootbox. I can’t recreate the issue - it adds the correct includes:

<script src="dmxAppConnect/dmxBootbox/bootbox.all.min.js" defer></script>
<script src="dmxAppConnect/dmxBootbox/dmxBootbox.js" defer></script>

Hmm. I have two projects on the go at the moment and both included the BS5 scripts. One of them I fixed by manually changing the includes and it left them alone so all is fine. The other kept insisting on removing the BS4 scripts so I ended up forcing it by adding a ./ to the beginning.

How are your project frameworks and page framework options set up?

Ok i was able to recreate this by editing the flow - then it also adds the bootstrap 5 bootbox includes. We are going to check this.

2 Likes

Fixed in Wappler 5.5.2

1 Like

This topic was automatically closed after 26 hours. New replies are no longer allowed.