mirror of
https://github.com/wekan/wekan.git
synced 2026-01-08 18:48:50 +01:00
added copyManyCard
This commit is contained in:
parent
79ae90825e
commit
c3fe70e094
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