Skip to content

Commit

Permalink
Merge pull request #604 from PecanProject/hotfix_branch
Browse files Browse the repository at this point in the history
Fix for issue #603.
  • Loading branch information
gsrohde authored Oct 24, 2018
2 parents 61ef1b8 + a2bfce4 commit 23859dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 23859dd

Please sign in to comment.