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
Issue fork domain_language-3560393
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
Comment #3
alexpottTo reproduce the problem you can also just from the test in the module on Drupal 11.2
Comment #4
alexpottGot an idea for a better fix.
Comment #5
alexpottTurns 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.
Comment #6
mably commentedWe 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.
Comment #7
alexpott@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.
Comment #8
mably commentedGreat! Thanks.