* Remove the copy card function.

This commit is contained in:
tianshujie
2021-12-29 14:41:47 +08:00
parent f9f726270e
commit 5cf82c2ad0
+1 -1
View File
@@ -760,7 +760,7 @@ class kanbanModel extends model
//->orderBy('`order` asc')
->fetchAll('id');
$actions = array('editCard', 'archiveCard', 'copyCard', 'deleteCard', 'moveCard', 'setCardColor', 'viewCard');
$actions = array('editCard', 'archiveCard', 'deleteCard', 'moveCard', 'setCardColor', 'viewCard');
$cardGroup = array();
foreach($cards as $card)
{