mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
added copyManyCard
This commit is contained in:
parent
bb9d5cb694
commit
3c1cd85f6f
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ Template.cardDetailsActionsPopup.events({
|
|||
'click .js-spent-time': Popup.open('editCardSpentTime'),
|
||||
'click .js-move-card': Popup.open('moveCard'),
|
||||
'click .js-copy-card': Popup.open('copyCard'),
|
||||
'click .js-copy-many-card': Popup.open('copyManyCard'),
|
||||
'click .js-move-card-to-top' (evt) {
|
||||
evt.preventDefault();
|
||||
const minOrder = _.min(this.list().cards().map((c) => c.sort));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue