app/services/locomotive/search_service.rb in locomotivecms-search-0.3.4 vs app/services/locomotive/search_service.rb in locomotivecms-search-0.3.5

- old
+ new

@@ -42,14 +42,14 @@ nil end end def page_path(id, locale) - Locomotive::Engine.routes.url_helpers.edit_page_path(id, locale: locale) + Locomotive::Engine.routes.url_helpers.edit_page_path(id, content_locale: locale) end def content_entry_path(content_type_slug, id, locale) - Locomotive::Engine.routes.url_helpers.edit_content_entry_path(content_type_slug, id, locale: locale) + Locomotive::Engine.routes.url_helpers.edit_content_entry_path(content_type_slug, id, content_locale: locale) end end end \ No newline at end of file