From f3703f6991d10f73f460e2a230063e997f575b0a Mon Sep 17 00:00:00 2001 From: brantje Date: Sat, 15 Oct 2016 16:17:46 +0200 Subject: [PATCH] Add description field to import --- js/importers/importer-passmanjson.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/importers/importer-passmanjson.js b/js/importers/importer-passmanjson.js index b4c5c6d9..44b0a7cd 100644 --- a/js/importers/importer-passmanjson.js +++ b/js/importers/importer-passmanjson.js @@ -24,6 +24,7 @@ PassmanImporter.passmanJson.readFile = function (file_data) { _credential.email = item.email; _credential.url = item.url; _credential.tags = item.tags; + _credential.description = item.description; //Check for custom fields if (item.hasOwnProperty('customFields')) { //Check for otp