summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-12-22 22:08:01 +0100
committerMaxime Quandalle <maxime@quandalle.com>2015-12-22 22:08:01 +0100
commitc615d1d2731d26d2982027bd66a3ab20bc4f267c (patch)
treea1d02c2845d779c1976c849387615c1b6f9989d8
parente124ad8ed9ceb899ecc21bcc5e1ad1158a36453c (diff)
downloadwekan-c615d1d2731d26d2982027bd66a3ab20bc4f267c.tar.gz
wekan-c615d1d2731d26d2982027bd66a3ab20bc4f267c.tar.bz2
wekan-c615d1d2731d26d2982027bd66a3ab20bc4f267c.zip
Remove the import trello card feature
See the following discussion for rationale: https://github.com/wekan/wekan/issues/113#issuecomment-163039089
-rw-r--r--client/components/lists/listHeader.jade1
-rw-r--r--client/components/lists/listHeader.js1
-rw-r--r--i18n/fr.i18n.json5
3 files changed, 1 insertions, 6 deletions
diff --git a/client/components/lists/listHeader.jade b/client/components/lists/listHeader.jade
index 33097800..34824085 100644
--- a/client/components/lists/listHeader.jade
+++ b/client/components/lists/listHeader.jade
@@ -23,7 +23,6 @@ template(name="listActionPopup")
li: a.js-select-cards {{_ 'list-select-cards'}}
hr
ul.pop-over-list
- li: a.js-import-card {{_ 'import-card'}}
li: a.js-close-list {{_ 'archive-list'}}
template(name="boardLists")
diff --git a/client/components/lists/listHeader.js b/client/components/lists/listHeader.js
index 5b7c5713..e393dac1 100644
--- a/client/components/lists/listHeader.js
+++ b/client/components/lists/listHeader.js
@@ -33,7 +33,6 @@ Template.listActionPopup.events({
MultiSelection.add(cardIds);
Popup.close();
},
- 'click .js-import-card': Popup.open('listImportCard'),
'click .js-close-list'(evt) {
evt.preventDefault();
this.archive();
diff --git a/i18n/fr.i18n.json b/i18n/fr.i18n.json
index 0eeb19df..0572c00d 100644
--- a/i18n/fr.i18n.json
+++ b/i18n/fr.i18n.json
@@ -158,8 +158,6 @@
"import": "Import",
"import-board": "import from Trello",
"import-board-trello-instruction": "In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text",
- "import-card": "Import a Trello card",
- "import-card-trello-instruction": "Go to a Trello card, select 'Share and more...' then 'Export JSON' and copy the resulting text",
"import-json-placeholder": "Paste your valid JSON data here",
"import-members-map": "Your imported board has some members. Please map the members you want to import to Wekan users",
"import-show-user-mapping": "Review members mapping",
@@ -182,7 +180,6 @@
"list-move-cards": "Déplacer les cartes de cette liste",
"list-select-cards": "Sélectionner les cartes de cette liste",
"listActionPopup-title": "Liste des actions",
- "listImportCardPopup-title": "Import a Trello card",
"lists": "Listes",
"log-out": "Déconnexion",
"loginPopup-title": "Connexion",
@@ -257,4 +254,4 @@
"view-it": "Le voir",
"warn-list-archived": "Attention : cette carte est dans une liste archivée",
"what-to-do": "Que voulez-vous faire ?"
-} \ No newline at end of file
+}