CuBoulder / express_mono

Monolithic Express Profile - contains all bundles
GNU General Public License v2.0
1 stars 2 forks source link

JS Includes missing permission #787

Closed kevincrafts closed 3 years ago

kevincrafts commented 3 years ago

The js includes module is missing the permission for anonymous and authenticated users to view js includes.

I needed to manually change this permission on the homepage, financial aid, bursar, and registrar websites on 12/22.

cathysnider commented 3 years ago

The permissions are already included in the module. See cu_js_includes.permissions.inc. A site has to be loading permissions from code, though. Ensure that Secure Permissions has not been disabled.

The functionality works fine out-of-the-box on my sandbox and on this www-test site.

jwfuller commented 3 years ago

@cathysnider I am guessing that this doesn't work on sites that are updated to the new code, I suspect that we need a secure permission rebuild update hook

jwfuller commented 3 years ago

This is still an issue