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
@kristoffeys, thank you for reporting this. While I wasn't able to reproduce the specific issue you described, the update makes sense and we'll investigate a fix.
craft-translations/src/services/repository/DraftRepository.php
Line 173 in 36908f9
If we try to import a translation where the sourceSite is not our default site, the code above returns
null
.By changing
$order->siteId
to$order->sourceSite
, this seems to be fixed, is this a bug or am I missing something?The text was updated successfully, but these errors were encountered: