mirror of
https://github.com/plankanban/planka.git
synced 2025-12-27 17:25:02 +03:00
@@ -29,6 +29,14 @@ const handleLabelUpdate = (label) => ({
|
||||
},
|
||||
});
|
||||
|
||||
const moveLabel = (id, index) => ({
|
||||
type: EntryActionTypes.LABEL_MOVE,
|
||||
payload: {
|
||||
id,
|
||||
index,
|
||||
},
|
||||
});
|
||||
|
||||
const deleteLabel = (id) => ({
|
||||
type: EntryActionTypes.LABEL_DELETE,
|
||||
payload: {
|
||||
@@ -106,6 +114,7 @@ export default {
|
||||
handleLabelCreate,
|
||||
updateLabel,
|
||||
handleLabelUpdate,
|
||||
moveLabel,
|
||||
deleteLabel,
|
||||
handleLabelDelete,
|
||||
addLabelToCard,
|
||||
|
||||
Reference in New Issue
Block a user