Open Atrium 2.43: missing bootstrap library on oa_radix theme

Right after the update to Drupal Open Atrium version 2.43, all dropdown-toggle buttons were not working any more.

Don’t panic!

Since I’m using a child theme, this time the workaround was to add bootstrap library to the child theme. Something like the below code inside the theme.info file:

stylesheets[all][] = assets/stylesheets/bootstrap.min.css
scripts[] = assets/javascripts/bootstrap.min.js