Currently the only people who are allowed to reorder a card are people who can edit ALL cards. But theoretically there might be some people who create a card they own or are an editor on, and they shoudl be able to move their card (within the current section) to wherever they want. You'd need to only render draggable in the card-thumbnail-list on the cards that the user is affirmatively allowed to reorder, and you'd need to wire that through from card-view
Originally tracked in #199.
Currently the only people who are allowed to reorder a card are people who can edit ALL cards. But theoretically there might be some people who create a card they own or are an editor on, and they shoudl be able to move their card (within the current section) to wherever they want. You'd need to only render draggable in the card-thumbnail-list on the cards that the user is affirmatively allowed to reorder, and you'd need to wire that through from card-view