We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd229ce commit 0db5479Copy full SHA for 0db5479
app/controllers/avo/actions_controller.rb
@@ -61,6 +61,8 @@ def handle
61
private
62
63
def set_query
64
+ # If the user selected all records, use the decrypted index query
65
+ # Otherwise, find the records from the resource ids
66
@query = if action_params[:fields]&.dig(:avo_selected_all) == "true"
67
decrypted_index_query
68
else
0 commit comments