mattermost / mattermost-redux

Redux for Mattermost
Apache License 2.0
200 stars 386 forks source link

[MM-30158] Added method for moving multiple channels from any number of categories to one category. #1295

Closed devinbinnie closed 3 years ago

devinbinnie commented 3 years ago

Summary

For multi-select drag and drop, we needed a reliable way of moving an arbitrary selection of channels from n categories to a single index in a category. I've leveraged the existing code and modified it to work with multiple and the re-arranging necessary to do so. Luckily the back-end already supports this!

Ticket Link

https://mattermost.atlassian.net/browse/MM-30158