Event Locations (and most likely Event Registration) makes events recipe not idempotent

Created on 16 October 2024, 2 months ago

Problem/Motivation

I am creating a recipe that extends events and events_locations and when I try to apply it a second time I get:

The configuration 'core.entity_form_display.node.event.default' exists already and does not match the recipe's configuration

And it's true.

Steps to reproduce

Create and apply a recipe like this.

name: 'All the events'
recipes:
  - events
  - events_calendar
  - events_locations

Apply it twice.

Proposed resolution

Use strict: false in events or createIfNotExists to create the config.

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States thejimbirch Cape Cod, Massachusetts

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024