Actions
Defect #18733
closedError 500 on groups feature
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Groups
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
Hello,
I've migrated from 2.3.1 to 2.6.0 ans I've got an error 500 on administration groups (http://<REDMINE_URL>/groups)
In the logs :
ActionView::Template::Error (undefined method `group_anonymou_path' for #<#<Class:0x0000001cc98c88>:0x00000020afe9a0>): 19: <td class="name"><%= link_to h(group), edit_group_path(group) %></td> 20: <td><%= group.users.size %></td> 21: <%- if User.current.admin?%> 22: <td class="buttons"><%= delete_link group %></td> 23: <%- end %> 24: </tr> 25: <% end %> app/helpers/application_helper.rb:1095:in `delete_link'
versions :
ruby -v ruby 2.0.0p598 (2014-11-13 revision 48408) [x86_64-linux]
gems :
actionmailer (3.2.19) actionpack (3.2.19) activemodel (3.2.19) activerecord (3.2.19) activerecord-jdbc-adapter (1.3.13) activerecord-jdbcmysql-adapter (1.3.13) activeresource (3.2.19) activesupport (3.2.19) arel (3.0.3) bigdecimal (1.2.0) builder (3.0.4) bundler (1.7.10) bundler-unload (1.0.2) capybara (2.1.0) childprocess (0.5.5) coderay (1.1.0) daemon_controller (1.2.0) dav4rack (0.2.11) erubis (2.7.0) executable-hooks (1.3.2) ffi (1.9.6) gem-wrappers (1.2.7) hike (1.2.3) i18n (0.7.0) io-console (0.4.2) jdbc-mysql (5.1.33) journey (1.0.4) jquery-rails (3.1.2) json (1.8.1, 1.7.7) mail (2.5.4) metaclass (0.0.4) mime-types (1.25.1) mini_portile (0.6.2) minitest (4.3.2) mocha (1.0.0) multi_json (1.10.1) mysql (2.8.1) mysql2 (0.3.17) net-ldap (0.3.1) nokogiri (1.6.5) passenger (4.0.56) polyglot (0.3.5) psych (2.0.0) rack (1.4.5) rack-cache (1.2) rack-openid (1.4.2) rack-ssl (1.3.4) rack-test (0.6.2) rails (3.2.19) railties (3.2.19) rake (10.4.2, 0.9.6) rbpdf (1.18.4) rdoc (4.0.0, 3.12.2) redcarpet (2.3.0) request_store (1.0.5) rmagick (2.13.4) ruby-openid (2.3.0) rubygems-bundler (1.4.4) rubyzip (1.1.6) rvm (1.11.3.9) simple_enum (1.6.9) sprockets (2.2.3) test-unit (2.0.0.0) thor (0.19.1) tilt (1.4.1) treetop (1.4.15) tzinfo (0.3.42) uuidtools (2.1.5) xapian-full-alaveteli (1.2.9.5) xpath (2.0.0) yard (0.8.7.6) zip-zip (0.3)
Actions