mirror of
https://github.com/plankanban/planka.git
synced 2025-07-25 16:19:47 +02:00
feat: Add ability to duplicate card (#668)
This commit is contained in:
parent
d7847fe89b
commit
6cd9da844f
21 changed files with 505 additions and 6 deletions
|
@ -78,6 +78,7 @@ const mapDispatchToProps = (dispatch) =>
|
|||
onUpdate: entryActions.updateCurrentCard,
|
||||
onMove: entryActions.moveCurrentCard,
|
||||
onTransfer: entryActions.transferCurrentCard,
|
||||
onDuplicate: entryActions.duplicateCurrentCard,
|
||||
onDelete: entryActions.deleteCurrentCard,
|
||||
onUserAdd: entryActions.addUserToCurrentCard,
|
||||
onUserRemove: entryActions.removeUserFromCurrentCard,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue