sitegeist / Sitegeist.LostInTranslation

Automatic Translations for Neos via DeeplApi
GNU General Public License v3.0
9 stars 9 forks source link

Error when ReferenceNode is null on moveInto #21

Closed hphoeksma closed 1 year ago

hphoeksma commented 1 year ago

The try catch block in the TranslationService breaks the code run when run in sequence. A simple check to see if the referenceNode exists works without breaking the code. Optionally a log could be added here.