mirror of
https://github.com/wekan/wekan.git
synced 2026-03-01 11:20:15 +01:00
Allow swimlane creation from template
Mix lists with same name to avoid duplicates
This commit is contained in:
parent
f888cfd565
commit
60be4df76e
10 changed files with 100 additions and 35 deletions
|
|
@ -247,9 +247,6 @@ template(name="cardDetailsActionsPopup")
|
|||
unless archived
|
||||
li: a.js-archive {{_ 'archive-card'}}
|
||||
li: a.js-more {{_ 'cardMorePopup-title'}}
|
||||
hr
|
||||
ul.pop-over-list
|
||||
li: a.js-template-card {{_ 'cardTemplatePopup-title'}}
|
||||
|
||||
template(name="moveCardPopup")
|
||||
+boardsAndLists
|
||||
|
|
|
|||
|
|
@ -365,9 +365,6 @@ Template.cardDetailsActionsPopup.events({
|
|||
if (!err && ret) Popup.close();
|
||||
});
|
||||
},
|
||||
'click .js-template-card' () {
|
||||
console.log('REMOVE Creating template card');
|
||||
},
|
||||
});
|
||||
|
||||
Template.editCardTitleForm.onRendered(function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue