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.
1 parent 29a8199 commit 9b67a78Copy full SHA for 9b67a78
lib/backpex/field.ex
@@ -321,7 +321,7 @@ defmodule Backpex.Field do
321
def index_editable_enabled?(field_options, assigns, default \\ false)
322
323
def index_editable_enabled?(_field_options, %{live_action: live_action}, _default)
324
- when live_action != :index do
+ when live_action not in [:index, :resource_action] do
325
false
326
end
327
0 commit comments