Defect #9556
closedList of Issues is not accessible in 1.2-stable
0%
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
Updated by bearded bearded over 13 years ago
ree-1.8.7-2011.03 :001 >Setting.issue_list_default_columns
=> ["", "tracker", "status", "priority", "subject", "assigned_to", "updated_on"]
Updated by Etienne Massip over 13 years ago
Please provide details as stated in SubmittingBugs.
Updated by bearded bearded over 13 years ago
Etienne Massip wrote:
Etienne, I can't open a list of Issues on next versions:Please provide details as stated in SubmittingBugs.
- Redmine r7731
- PostgreSQL 8.4.1
- Ruby 1.8.7 (2011-02-18 patchlevel 334) [x86_64-linux], MBARI 0x6770, Ruby Enterprise Edition 2011.03
- Rails 2.3.11
- Git 1.7.3.4
- Stack trace is in Description
Updated by Etienne Massip over 13 years ago
It looks like a plugin issue, do you have some installed?
Updated by bearded bearded over 13 years ago
Yes, I'm using redmine_backlogs fully updated from master branch.
Updated by bearded bearded over 13 years ago
Processing IssuesController#index (for 109.229.24.241 at 2011-11-14 12:45:51) [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/user.rb:175:in `to_sym' app/models/user.rb:175:in `to_proc' 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)
Updated by Etienne Massip over 13 years ago
bearded bearded wrote:
Yes, I'm using redmine_backlogs fully updated from master branch.
Did you try without it?
Updated by Etienne Massip over 13 years ago
Also try going into your administration/settings issue tracking tab, check your default column list and click on save.
Updated by bearded bearded over 13 years ago
Etienne Massip wrote:
Also try going into your administration/settings issue tracking tab, check your default column list and click on save.
It helped me, thank you!
Updated by Etienne Massip over 13 years ago
- Status changed from New to Closed
- Resolution set to Invalid