Andy Broomfield

Results 117 comments of Andy Broomfield

I believe the underlying issue this related do was covered in a third party Drupal module that received a security update. So this issue can be closed? Can we confirm...

Hmm, those install hook is sort of important though if your doing a new install, as it sets up the administrator role and removes the /node view. Maybe look at...

The thing is that localgov_core is for supporting code for modules, but you could install that at any time so adding the set up there would cause issues as it...

We have https://github.com/localgovdrupal/localgov_sa11y now so do we need / want this?

Is also an issue at BHCC, we have used the login with limited role in the past. Does entity share require a seperate provisoned environment just for testing? That might...

It might be a bit simpler than rewriting links, just using `hook_node_access` and then maybe using either condition field or entity references to determine whats allowed. Theres also the issue...

We'd also need to check how this works with caching, as if we used the same urls and a CDN or varnish cache is in use it might be that...

So reading it more closely > Content editors can create unlimited preview sites - each site consists of one or more pieces of draft content they wish to share with...

This is what the admin screen for preview site module looks like, would be nice if it could use wildcard urls. ![screencapture-bhcclocalgov-test-admin-structure-preview-site-builds-1-edit-2023-12-08-13_48_58](https://github.com/localgovdrupal/localgov/assets/1467480/fc0074cc-9f4c-4d86-b22b-8ee794da52ee) It then builds a static site, but (at...

Require a config option (can't find it in the UI) for `preview_link.settings.yml` set the key `multiple_entities: true`