ash-project / ash

A declarative, extensible framework for building Elixir applications.
https://www.ash-hq.org
MIT License
1.63k stars 220 forks source link

fix: finish conversion from `append?` to `prepend?` option #1601

Closed vonagam closed 2 days ago

vonagam commented 1 week ago

Since Ash 4 changed order of execution for before hooks there is no more append? option - it was replaced with prepend?. But built-in helpers (before_action and before_transaction) and some other places are still referencing and specifying append?.

zachdaniel commented 2 days ago

🚀 Thank you for your contribution! 🚀