Closed (fixed)
Project:
Domain
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2026 at 21:59 UTC
Updated:
16 Jun 2026 at 11:20 UTC
Jump to comment: Most recent
If you go to a form where the domain_config_switcher is displayed that is not overridden/enabled, you switch to a domain that is not the current one and you try to "enable" the override there, you get an error that says:
"Error message
Bad request."
Testes on a live project as well as on a bare install.
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:
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
mably commentedComment #5
mably commentedOpened MR !389 against 3.x. The inline enable/disable action now validates and acts on the requested domain instead of comparing it to the active editing domain, which is not re-established on that standalone request. Adds a kernel test that enables an override for a non-active domain; it fails before the change and passes after.
Comment #8
mably commentedHi @hanoii, can you give it another try using latest Domain 3.x dev version please?
Comment #9
mably commentedComment #11
hanoiiIt does work!!!