Similar to #3034235: Use alias redirection target when creating goto/login link, I think users' intentions are clearly for redirect targets to be the canonical domain for a site. This should be reflected in the title displayed on site nodes, views, etc.
Comments
Comment #2
ergonlogicThis is a UI change, so it should be limited to hosting.module... Maybe Eldir too, but let's start here.
Comment #3
ergonlogicComment #4
ergonlogicHere's a first pass at this: https://cgit.drupalcode.org/hosting/commit/?h=dev/consensus&id=987201ba4...
I think all that's left is to add a Views plugin to alter the titles displayed in our listings of sites.
Comment #5
ergonlogicHere are the Views handlers, and updated default views: https://cgit.drupalcode.org/hosting/commit/?h=dev/consensus&id=a93bb76bc...
I believe this is now complete.
Since this is a change in the UX, we could at a settings checkbox to keep the current behaviour by default. That said, it only affects sites that are using redirects, so I don't know how wide-spread the impact will be.
Comment #6
llamechFixes for this, along with other subdirectory site fixes, are all in #3036890: Simplify subdir site installation. For simplicity, let's validate there.
Comment #7
ergonlogicWe're merging fixes from #3036890: Simplify subdir site installation, which resolves this issue too.
Comment #10
colan