- Issue created by @mpotter
- πΊπΈUnited States mpotter
To help try to reproduce, in D10.1 I had 2 different site settings:
* `copyright` which is a single entity with a single text field
* `social_links` which is a MULTIPLE value entity with fields for `link` and `icon name` - πΊπΈUnited States mpotter
It appears the issue is that the `site_settings` View did not get created. I ran update hooks but didn't see anything get triggered.
- Status changed to Closed: works as designed
5 months ago 10:55pm 8 August 2024 - πΊπΈUnited States mpotter
I think I see what happened. Our scripts run `drush updb` followed by `drush config-import`. The `updb` created the `view.site_settings` but then the `config-import` removed it (because it hadn't been exported yet)
Going to see if I can force some update hooks to re-run. But closing this since I don't think it's an issue in the site_settings module itself. It's more like a normal Drupal issue of complicated interactions between update hooks and config import.