Problem/Motivation
The module has a dependency on the domain_site_settings module to allow to replace the frontpage url. In the newer domain setup, there is no need for domain_site_settings as this could easily be done with domain_config from the domain module itself.
Steps to reproduce
Enable the module
Go to the admin/config/domain/domain_simple_sitemap/config settings page and see that you can not enable replace frontpage.
Proposed resolution
Remove the dependency on domain_site_settings and allow to work with domain_config.
Remaining tasks
Create patch
Review patch
User interface changes
-
API changes
-
Data model changes
-
Issue fork domain_simple_sitemap-3333939
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
tim-dielsProvided MR. Please review.
Comment #4
carolpettirossi commentedI've just tested the MR and it works as expected. No need for the domain_site_settings anymore =D
Comment #5
i-trokhanenkoComment #7
i-trokhanenkoThanks!