From b798243ddbf13bcdf4018f8b61b308f7cf5db093 Mon Sep 17 00:00:00 2001 From: Florian Arens <60519307+Flo0807@users.noreply.github.com> Date: Fri, 24 Jan 2025 09:59:24 +0100 Subject: [PATCH] Update v0.8 upgrade guide --- guides/upgrading/v0.8.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guides/upgrading/v0.8.md b/guides/upgrading/v0.8.md index 5076827b..64408863 100644 --- a/guides/upgrading/v0.8.md +++ b/guides/upgrading/v0.8.md @@ -90,6 +90,10 @@ use Backpex.LiveResource, query |> where([post], post.published) end + + def item_query(query, _live_action_, _assigns) do + query + end ``` See [Item Query documentation](../live_resource/item-query.md) for more information.