Skip to content

Commit 0db5479

Browse files
committed
add comment
1 parent fd229ce commit 0db5479

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/controllers/avo/actions_controller.rb

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ def handle
6161
private
6262

6363
def set_query
64+
# If the user selected all records, use the decrypted index query
65+
# Otherwise, find the records from the resource ids
6466
@query = if action_params[:fields]&.dig(:avo_selected_all) == "true"
6567
decrypted_index_query
6668
else

0 commit comments

Comments
 (0)