- Issue created by @hongqing
- Status changed to Postponed: needs info
6 months ago 7:49pm 23 July 2024 @hongqing, can you check if the problem is repeated with branch 2.0.x?
If the problem is reproducible, please write steps to reproduce it, as I can't reproduce the problem on 2.0.x branch.
- Status changed to Active
6 months ago 7:35am 24 July 2024 - 🇨🇳China hongqing
I have clean installation to test the module. The steps are as below:
1. Install Drupal 10.3.0
2. Install Domain module
3. Enable Domain, Domain Access, Domain Configuration, and Domain Configuration UI modules.
4. apply patch 3450485-domain-form-builder.patch →
5. Add domain records, named as main and sub respectively.
6. Create two view pages in a view with path /main and /sub respectively.
7. Create two basic pages, which are node/1 and node/2
8. Assign frontpages for each domain through Configuration--> System-->Basic site settings, the frontpage for the main and sub domain is /main and /sub, respectively.
9. Then, try to change the frontpages for each domain through Configuration--> System-->Basic site settings to node/1 and node/2 respectively. The changes are successfully saved in the form.
10. Clean cache.
11. Browse main and sub domain respectively, the frontpage for the main domain is changed, but the frontpage for the subdomain remains the same.
12. In my production website, not the test one (I didn't test it with the test one), the frontpage for the sub domain may be changed to the frontpage of the main domain after adding some contents, I need to resave the domains frontpages to ensure the keep their own frontpages. - Status changed to Closed: cannot reproduce
6 months ago 8:09am 24 July 2024 - 🇨🇳China hongqing
I am closing this as it seems working in my clean installation now. I cannot reproduce it. I am further investigating my production website.