app/controllers/spotlight/custom_fields_controller.rb in blacklight-spotlight-0.8.2 vs app/controllers/spotlight/custom_fields_controller.rb in blacklight-spotlight-0.9.0

- old
+ new

@@ -47,10 +47,10 @@ protected def attach_breadcrumbs add_breadcrumb t(:'spotlight.exhibits.breadcrumb', title: @exhibit.title), @exhibit - add_breadcrumb t(:'spotlight.curation.sidebar.header'), exhibit_dashboard_path(@exhibit) + add_breadcrumb t(:'spotlight.configuration.sidebar.header'), exhibit_dashboard_path(@exhibit) add_breadcrumb t(:'spotlight.metadata_configurations.edit.header'), edit_exhibit_metadata_configuration_path(@exhibit) end def custom_field_params params.require(:custom_field).permit(:label, :short_description, :field_type)