Problem/Motivation

If Domain and Domain Language Access get installed at the same time on Drupal 11.2 it crashes

Steps to reproduce

drush en domain_language

Proposed resolution

Add container_rebuild_required: true to the info,yml - see https://www.drupal.org/node/3473563 for more info.

Remaining tasks

None

User interface changes

None

API changes

None

Data model changes

None

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

alexpott created an issue. See original summary.

alexpott’s picture

Status: Active » Needs review

To reproduce the problem you can also just from the test in the module on Drupal 11.2

alexpott’s picture

Status: Needs review » Needs work

Got an idea for a better fix.

alexpott’s picture

Status: Needs work » Needs review

Turns out the better solution is going to require changes to the Domain module. Let's go forward with this for now as the easiest solution.

mably’s picture

We are open to any suggestions that can help improve the domain module :)

Domain 3.x is still in alpha stage, so it's the right time to add new features.

alexpott’s picture

@mably but we need to land this now to fix the module on 11.2 stable releases of Drupal core. I will file an issue against Domain today to make changes that would help this in the future.

mably’s picture

Great! Thanks.