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

Configuration page #46

Open keiserjb opened 4 years ago

keiserjb commented 4 years ago

It appears that I can only view the configuration page at admin/config/user-interface/views_bootstrap when logged in as user 1. Other admins get an access denied message. I replicated the issue with a sandbox site on Backdropcms.org.

bugfolder commented 3 years ago

I ran into this too. Looks like this is because the admin page requires the 'access views_bootstrap settings' permission, but there is no implementation of hook_permission that creates that permission.

I will prepare a PR to address this.

stpaultim commented 3 years ago

@bugfolder - Thanks for PR. I'll try to get to this ASAP.