From a75ca9e49417f27a6121c5327c3bd08b3f7c094f Mon Sep 17 00:00:00 2001 From: Scott Rohde Date: Mon, 22 Oct 2018 15:04:56 -0500 Subject: [PATCH 1/2] Fix for issue #603. --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index f29d908e2..9e03e72fe 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -57,7 +57,7 @@ # end # routes for autocompletion actions used by the bulk upload wizard: - %w{citations cultivars sites species treatments}.each do |controller| + %w{citations cultivars methods sites species treatments}.each do |controller| get "#{controller}/bu_autocomplete", controller: controller end From a2bfce4868f5f2656023aacc0efde91938a3d17e Mon Sep 17 00:00:00 2001 From: Scott Rohde Date: Tue, 23 Oct 2018 11:39:38 -0500 Subject: [PATCH 2/2] Added to change log. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f242cda6..fac52fecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ section for the next release. For more information about this file see also [Keep a Changelog](http://keepachangelog.com/) . +## [5.0.5] - 2018-10-23 + +### Fixes + +- #603 : Restores Rails route to make method completion work in Bulk Upload Wizard + ## [5.0.4] - 2018-10-11 ### Fixes