Closed Rampesna closed 3 years ago
Thanks for opening a new issue. The team has been notified and will review it as soon as possible. For urgent issues and priority support, visit https://xscode.com/riktar/jkanban
Basically you will have to have id from "Excluded Items" board and do that manually.
removeElement
;addElement
to add to new board (Excluded Items).Basically you will have to have id from "Excluded Items" board and do that manually.
- Get element being to "remove";
- Remove it from old board with
removeElement
;- Use
addElement
to add to new board (Excluded Items).
Thanks Marcos, I'm already using the method as you said right now, but is there an easier way? For ex. may i trigger element drop event for move deleted board elements to another board?
I fear there isn't. By the way, you can develop it and do a PR or hire @riktar for custom behaviors. =)
I prefer to develop it myself :)
How can i move deleted board elements to another baord?