We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@impl
return_to
1 parent 3420fc8 commit 7a700b7Copy full SHA for 7a700b7
demo/lib/demo_web/live/short_link_live.ex
@@ -22,6 +22,7 @@ defmodule DemoWeb.ShortLinkLive do
22
def can?(_assigns, :delete, _item), do: false
23
def can?(_assigns, _action, _item), do: true
24
25
+ @impl Backpex.LiveResource
26
def return_to(_socket, _assigns, :edit, _form_action, _item) do
27
# since the primary key might be updated, we go to the index page
28
~p"/admin/short-links"
0 commit comments