Skip to content

Commit

Permalink
allow queries that include deleted records
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Mar 30, 2021
1 parent a52a75c commit 615c066
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/contacts_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def index
role_name: params[:role_name],
provider_id: params[:provider_id],
consortium_id: params[:consortium_id],
include_deleted: params[:include_deleted],
page: page,
sort: sort,
)
Expand Down
1 change: 1 addition & 0 deletions app/controllers/providers_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def index
organization_type: params[:organization_type],
focus_area: params[:focus_area],
non_profit_status: params[:non_profit_status],
include_deleted: params[:include_deleted],
page: page,
sort: sort,
)
Expand Down
1 change: 1 addition & 0 deletions app/controllers/repositories_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def index
certificate: params[:certificate],
repository_type: params[:repository_type],
client_type: params[:client_type],
include_deleted: params[:include_deleted],
page: page,
sort: sort,
)
Expand Down

0 comments on commit 615c066

Please sign in to comment.