riktar / jkanban

Vanilla Javascript plugin for manage kanban boards
https://www.riccardotartaglia.it/jkanban/
Apache License 2.0
1.06k stars 296 forks source link

Moving Deleted Board Elements to Another Board #119

Closed Rampesna closed 3 years ago

Rampesna commented 3 years ago

How can i move deleted board elements to another baord?

xscode-auto-reply[bot] commented 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

marcosrocha85 commented 3 years ago

Basically you will have to have id from "Excluded Items" board and do that manually.

Rampesna commented 3 years ago

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?

marcosrocha85 commented 3 years ago

I fear there isn't. By the way, you can develop it and do a PR or hire @riktar for custom behaviors. =)

Rampesna commented 3 years ago

I prefer to develop it myself :)