Automattic / wp-calypso

The JavaScript and API powered WordPress.com
https://developer.wordpress.com
GNU General Public License v2.0
12.42k stars 1.99k forks source link

White-labeled plugin: Migration started email does not include source site URL #94340

Closed sixhours closed 1 month ago

sixhours commented 1 month ago

Working on a migration from a fresh Jurassic Ninja source site, I noticed the site's source URL isn't included in the migration started email:

Image

I'm not sure if this is intentional or if there's an extra space where there shouldn't be one. Needs further investigation.

sixhours commented 1 month ago

In the previewer, it looks like this:

Image

It seems like we're not getting the source site URL in some instances.

sixhours commented 1 month ago

Minor fix for this in D160993-code although I don't know why we don't get the source site 🤔 Is it not always available when you do a migration manually?

sixhours commented 1 month ago

Aha, looking into the code, we acknowledge the fact that there won't always be a source site URL, so the formatting fix in the email should be good enough. Calling this fixed.