Project

General

Profile

Actions

Defect #9556

closed

List of Issues is not accessible in 1.2-stable

Added by bearded bearded over 12 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-11-12
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

Processing IssuesController#index (for 109.229.4.3 at 2011-11-10 17:08:15) [GET]
  Parameters: {"project_id"=>"compactx", "action"=>"index", "controller"=>"issues"}
Rendering template within layouts/base
Rendering issues/index.rhtml

ActionView::TemplateError (interning empty string) on line #4 of app/views/queries/_columns.rhtml:
1: <table style="border-collapse: collapse; border:0;">
2:     <tr>
3:         <td style="padding-left:0"><%= select_tag 'available_columns',
4:                   options_for_select((query.available_columns - query.columns).collect {|column| [column.caption, column.name]}),
5:                   :multiple => true, :size => 10, :style => "width:150px" %>
6:         </td>
7:         <td align="center" valign="middle">

    app/models/query.rb:344:in `map'
    app/models/query.rb:344:in `default_columns_names'
    app/models/query.rb:337:in `columns'
    app/views/queries/_columns.rhtml:4:in `_run_rhtml_app47views47queries47_columns46rhtml_locals_columns_object_query'
    app/views/issues/index.rhtml:26:in `_run_rhtml_app47views47issues47index46rhtml'
    app/views/issues/index.rhtml:11:in `_run_rhtml_app47views47issues47index46rhtml'
    app/controllers/issues_controller.rb:92:in `index'
    app/controllers/issues_controller.rb:91:in `index'
    config/initializers/mongrel.rb:62:in `dispatch_cgi'

Rendering /usr/home/redmine/redmine/public/500.html (500 Internal Server Error)
</console>

$ ruby --version

ruby 1.8.7 (2011-02-18 patchlevel 334) [x86_64-linux], MBARI 0x6770, Ruby Enterprise Edition 2011.03

Actions

Also available in: Atom PDF