backdrop-contrib / views_bootstrap

This module provides a set of styles for the Views module. It allows you to create responsive Bootstrap 3.x components, such as grids, carousels, tabs, and tables, all within the configuration settings of the powerful Views module.
https://backdropcms.org/project/views_bootstrap
GNU General Public License v2.0
0 stars 7 forks source link

Views Bootstrap breaks format of permissions page #23

Closed stpaultim closed 5 years ago

stpaultim commented 5 years ago

This may be related to this issue: https://github.com/backdrop-contrib/views_bootstrap/issues/7

permissions___localhost

permissions___localhost

stpaultim commented 5 years ago

Thanks @Radcliffe for pointing out that I can block the modules from loading Bootstrap on specific pages in the configuration.

Go to: admin/config/user-interface/views_bootstrap Add this to list: admin/config/people/permissions

Maybe it would make sense to add certain pages to this list by default if we know that they cause problems and then allow users to override them later if they have specific cause.

Radcliffe commented 5 years ago

Fixed by #29.