From 0c708f766b8f843121436d2137b67c54f5c40b89 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Thu, 28 Jun 2018 21:36:32 +0100 Subject: [PATCH] All: Resolves #427: Import source-url from Enex files --- ReactNativeClient/lib/import-enex.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ReactNativeClient/lib/import-enex.js b/ReactNativeClient/lib/import-enex.js index 5755a7deca..99f12b6fe7 100644 --- a/ReactNativeClient/lib/import-enex.js +++ b/ReactNativeClient/lib/import-enex.js @@ -369,6 +369,7 @@ function importEnex(parentFolderId, filePath, importOptions = null) { note.todo_completed = dateToTimestamp(noteAttributes['reminder-done-time'], true); note.order = dateToTimestamp(noteAttributes['reminder-order'], true); note.source = !!noteAttributes.source ? 'evernote.' + noteAttributes.source : 'evernote'; + note.source_url = !!noteAttributes['source-url'] ? noteAttributes['source-url'] : ''; // if (noteAttributes['reminder-time']) { // console.info('======================================================');