Skip to content

Commit 23859dd

Browse files
authored
Merge pull request #604 from PecanProject/hotfix_branch
Fix for issue #603.
2 parents 61ef1b8 + a2bfce4 commit 23859dd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ section for the next release.
66
For more information about this file see also [Keep a Changelog](http://keepachangelog.com/) .
77

88

9+
## [5.0.5] - 2018-10-23
10+
11+
### Fixes
12+
13+
- #603 : Restores Rails route to make method completion work in Bulk Upload Wizard
14+
915
## [5.0.4] - 2018-10-11
1016

1117
### Fixes

config/routes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# end
5858

5959
# routes for autocompletion actions used by the bulk upload wizard:
60-
%w{citations cultivars sites species treatments}.each do |controller|
60+
%w{citations cultivars methods sites species treatments}.each do |controller|
6161
get "#{controller}/bu_autocomplete", controller: controller
6262
end
6363

0 commit comments

Comments
 (0)