Remove the import trello card feature

See the following discussion for rationale:

  https://github.com/wekan/wekan/issues/113#issuecomment-163039089
This commit is contained in:
Maxime Quandalle 2015-12-22 22:08:01 +01:00
parent e124ad8ed9
commit c615d1d273
3 changed files with 1 additions and 6 deletions

View file

@ -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")

View file

@ -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();

View file

@ -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 ?"
}
}