From 93e76511212a40ff851e0d495b36364891fcd23b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Gahlnb=C3=A4ck?= Date: Thu, 13 Jul 2023 09:36:47 +0200 Subject: [PATCH 1/2] 'import to Deck' is fixed in version 26 --- js/deckimportfromtrello.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/deckimportfromtrello.js b/js/deckimportfromtrello.js index b8504f5..5980dda 100644 --- a/js/deckimportfromtrello.js +++ b/js/deckimportfromtrello.js @@ -2,7 +2,7 @@ var url = OC.generateUrl('/apps/deckimportfromtrello/'); $(document).ready(function () { - if ($('#dir').length > 0) { + //if ($('#dir').length > 0) { OCA.Files.fileActions.registerAction({ name: 'deckimportfromtrello', displayName: 'Import to Deck', @@ -15,7 +15,7 @@ importFile(context.$file); } }); - } + // } }); function importFile($file) { From 7730de2304abee8ce4cc3d3e0fd009ffb3e2ec81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Gahlnb=C3=A4ck?= Date: Tue, 18 Jul 2023 11:52:31 +0200 Subject: [PATCH 2/2] =?UTF-8?q?version=20ist=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appinfo/info.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 0f2d930..40a9e78 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,14 +5,14 @@ Deck Import From Trello nextcloud app that allows Deck import from Trello export to JSON file - 1.0.2 + 1.0.2wga agpl newroco DeckImportFromTrello tools https://github.com/newroco/DeckImportFromTrello/issues - + OCA\DeckImportFromTrello\Settings\Personal