app/controllers/spotlight/pages_controller.rb in blacklight-spotlight-4.2.0 vs app/controllers/spotlight/pages_controller.rb in blacklight-spotlight-4.3.0

- old
+ new

@@ -91,10 +91,10 @@ notice = if @exhibit.update update_all_page_params t(:'helpers.submit.page.batch_updated', model: human_name) else t(:'helpers.submit.page.batch_error', model: human_name) end - redirect_back fallback_location: spotlight.exhibit_dashboard_path(@exhibit), notice: notice + redirect_back fallback_location: spotlight.exhibit_dashboard_path(@exhibit), notice: end def clone new_page = CloneTranslatedPageFromLocale.call(locale: clone_params, page: @page)