app/controllers/spotlight/bulk_actions_controller.rb in blacklight-spotlight-4.2.0 vs app/controllers/spotlight/bulk_actions_controller.rb in blacklight-spotlight-4.3.0
- old
+ new
@@ -21,10 +21,10 @@
private
def handle_bulk_action_with_job(job, i18n_key: action_name, **params)
job.perform_later(
- solr_params: solr_params,
+ solr_params:,
exhibit: current_exhibit,
user: current_user,
**params
)