- Issue created by @froboy
- Merge request !24fix: [#3452779 ] Move config to 'outdated', update update hook, and add README β (Merged) created by froboy
- Status changed to Needs review
6 months ago 8:25pm 5 June 2024
When updating from an older version, update hooks fail due to missing config:
> [notice] Update completed: lb_accordion_update_9004
> [notice] Update started: lb_cards_update_9008
> [error] Configuration <em class="placeholder">core.entity_form_display.block_content.lb_accordion.default</em> depends on the <em class="placeholder">field.field.block_content.lb_accordion.field_section_subtitle</em> configuration that will not exist after import.
> Configuration <em class="placeholder">core.entity_view_display.block_content.lb_accordion.default</em> depends on the <em class="placeholder">field.field.block_content.lb_accordion.field_section_subtitle</em> configuration that will not exist after import.
Run updb from a version prior to 2.0.0.
Move config for older update hooks into a separate directory, similar to lb_cards.
- Move the code
- Test it
Needs review
2.2
Code