You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the latest change completely broke the functionality of this plugin.
With Line 167 in services/SiteCopy.php (see code below), siteId is an integer, but sourceSite is a string. Changing it so it's not so strict fixes the problem.
if ($entry->siteId !== $elementSettings['sourceSite']) { return; }
Can anyone explain the reasoning for the change, or is this a bug?
The text was updated successfully, but these errors were encountered:
adevendorf
changed the title
Site to Source Site Comparison breaking change
SiteId to sourceSite Comparison breaking change
Apr 27, 2020
Looks like the latest change completely broke the functionality of this plugin.
With Line 167 in services/SiteCopy.php (see code below), siteId is an integer, but sourceSite is a string. Changing it so it's not so strict fixes the problem.
if ($entry->siteId !== $elementSettings['sourceSite']) { return; }
Can anyone explain the reasoning for the change, or is this a bug?
The text was updated successfully, but these errors were encountered: