Skip to content

Commit

Permalink
Merge pull request #624 from FlusherDock1/patch-4
Browse files Browse the repository at this point in the history
Introduce setSortableOrderComplete event in Sortable
  • Loading branch information
daftspunk authored Jan 26, 2024
2 parents 387541e + d8d37dd commit b2b43a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Database/Traits/Sortable.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ public function setSortableOrder($itemIds, $referencePool = null)
->update([$this->getSortOrderColumn() => $update['sort_order']]);
}
}

$this->fireEvent('model.setSortableOrder');
}

/**
Expand Down

0 comments on commit b2b43a2

Please sign in to comment.