These are all the ways in which a card's groupId
can be changed after it's been instantiated.
- handler:
onCardMove
Note that this applies to reordering cards within a group and also dragging a card from a multi-card group to a different group.
- group view:
initializeDroppable
- group view:
onDrop
- group model:
dropCard
- group model:
insertCards
- group model:
card.set('groupId')
- group view:
initializeDroppable
- group view:
onDrop
- group model:
dropGroup
- sheet model:
mergeGroups
- group model:
insertCards
- group model:
card.set('groupId')
- sheet view:
initializeDroppable
- sheet view:
onDrop
- sheet model:
dropCard