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.
2 parents e076ddb + 9b67a78 commit 4b4c7a7Copy full SHA for 4b4c7a7
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