- Issue created by @calbasi
- 🇩🇪Germany jurgenhaas Gottmadingen
That's not a bug. The message says that the recipe wants to import a configuration that already exists and is different from what already exists on the site. That's a feature of recipes and more details can be found in the documentation of the recipe initiative.
- 🇧🇶Caribbean Netherlands calbasi Catalonia
I have not changed system views.view.user_admin_people
So this recipe doesn't install / apply in a vanilla Drupal install. I guess maybe it does on a Drupal 10 but any Drupal 11 change has broke it. Is it possible? If so, I think it should be updated to match the latest Drupal version
- 🇩🇪Germany jurgenhaas Gottmadingen
The recipe is defined such that it loads the view from the user module, so it doesn't even provide the view itself. So, something in the Drupal site must have introduced a difference between the installed view and the view in the user modules config directory.
What we've done just now is that the shared recipes come with the config setting
strict: false
so that they don't complain and just override settings if they're different.