Closed (fixed)
Project:
Domain Group (3.x)
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Jun 2022 at 13:54 UTC
Updated:
3 Aug 2022 at 09:39 UTC
Jump to comment: Most recent
domain_site_settings is deprecated and has a problem with it's configuration schema.
Switch to core domain module domain_config submodule
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 #2
ekes commentedLooks like a straightforward swap in Drupal\domain_group\Plugin\DomainGroupSettings\GroupDomain for which configuration to read and save to. Except domain_config can support language. So should/could add language support. The test for config also only checks the form at the moment.
Comment #3
ekes commentedFixed with https://git.drupalcode.org/issue/3278349-3293374/-/tree/feature/3.x/3293... merged.