Defect #6576
closedActionView::TemplateError
0%
Description
ActionView::TemplateError (can't convert Symbol into Integer) on line #7 of app/views/issues/_action_menu.rhtml:
4: <% replace_watcher ||= 'watcher' %>
5: <%= watcher_tag(@issue, User.current, {:id => replace_watcher, :replace => ['watcher','watcher2']}) %>
6: <%= link_to_if_authorized l(:button_duplicate), {:controller => 'issues', :action => 'new', :project_id => @project, :copy_from => @issue }, :class => 'icon icon-duplicate' %>
7: <%= link_to_if_authorized l(:button_copy), new_issue_move_path(:id => @issue, :copy_options => {:copy => 't'}), :class => 'icon icon-copy' %>
8: <%= link_to_if_authorized l(:button_move), new_issue_move_path(:id => @issue), :class => 'icon icon-move' %>
9: <%= link_to_if_authorized l(:button_delete), {:controller => 'issues', :action => 'destroy', :id => @issue}, :confirm => (@issue.leaf? ? l(:text_are_you_sure) : l(:text_are_you_sure_with_children)), :method => :post, :class => 'icon icon-del' %>
10: </div>
I keep getting the above error when trying to view an issue. On my on installation. I am using:
- redmine 1.0.2,
- passenger (2.2.15),
- Ruby 1.9.2p0,
- Rails 3 installed, but modified rails 2.3.5 in vendor/ (forced block of i18n 0.4)
- Ubuntu Linux 10.04