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.
:resource_action
1 parent 43a2fb6 commit 0158677Copy full SHA for 0158677
demo/lib/demo_web/live/post_live.ex
@@ -110,7 +110,7 @@ defmodule DemoWeb.PostLive do
110
module: Backpex.Fields.Textarea,
111
label: "Body",
112
rows: 10,
113
- except: [:index, :resource_action],
+ except: [:index],
114
align_label: :center
115
},
116
published: %{
@@ -123,7 +123,7 @@ defmodule DemoWeb.PostLive do
123
module: Backpex.Fields.Boolean,
124
label: "Show likes",
125
select: dynamic([post: p], fragment("? > 0", p.likes)),
126
- except: [:index, :resource_action, :show]
+ except: [:index, :show]
127
128
likes: %{
129
module: Backpex.Fields.Number,
0 commit comments