Defect #9524
closedAll columns disappearing in issue lists apart from checkbox and issue id
0%
Description
Redmine 1.1.3 (installed using Ubuntu package)
Similar to #8833, I'm getting an issue list with only two columns appear in issue lists after clicking apply. I haven't got any plugins installed, although I previously did have a couple that I have since removed (Redmine Backlogs and User Messenger). I recently upgrade our Ubuntu installation to 11.10, which upgraded Redmine from 1.0.5 to 1.1.3.
MySQL Version 5.1.58
Output of script/about:
Ruby version 1.8.7 (i686-linux)
RubyGems version 1.3.7
Rack version 1.1
Rails version 2.3.14
Active Record version 2.3.14
Active Resource version 2.3.14
Action Mailer version 2.3.14
Active Support version 2.3.14
Edge Rails revision unknown
Application root /usr/share/redmine
Environment production
Database adapter mysql
Database schema version 20101114115359
production.log from the first click on "Apply", when columns disappear:
Processing IssuesController#index (for 192.168.1.224 at 2011-11-04 17:03:00) [POST] Parameters: {"group_by"=>"", "set_filter"=>"1", "project_id"=>"namesco", "action"=>"index", "authenticity_token"=>"UZRP7ke5azOJNte4uz64yj4MtdecG1UGBv67KYDOOU4=", "fields"=>["status_id", ""], "operators"=>{"start_date"=>"<t+", "assigned_to_role"=>"=", "cf_13"=>"=", "watcher_id"=>"=", "estimated_hours"=>"=", "cf_14"=>"=", "created_on"=>">t-", "priority_id"=>"=", "subproject_id"=>"*", "cf_7"=>"=", "done_ratio"=>"=", "updated_on"=>">t-", "subject"=>"~", "assigned_to_id"=>"=", "cf_17"=>"=", "tracker_id"=>"=", "cf_9"=>"=", "due_date"=>"<t+", "author_id"=>"=", "status_id"=>"o", "cf_11"=>"=", "member_of_group"=>"="}, "values"=>{"start_date"=>[""], "assigned_to_role"=>["3"], "cf_13"=>["Business Development"], "watcher_id"=>["me"], "estimated_hours"=>[""], "cf_14"=>[""], "created_on"=>[""], "priority_id"=>["3"], "subproject_id"=>["31"], "cf_7"=>["0"], "done_ratio"=>[""], "updated_on"=>[""], "subject"=>[""], "assigned_to_id"=>["me"], "cf_17"=>["None"], "tracker_id"=>["1"], "cf_9"=>[""], "due_date"=>[""], "author_id"=>["me"], "status_id"=>["1"], "cf_11"=>["None"], "member_of_group"=>["38"]}, "controller"=>"issues", "available_columns"=>[""], "query"=>{"column_names"=>["tracker,status,priority,subject,assigned_to,updated_on"]}} Rendering issues/index.rhtml Completed in 756ms (View: 293, DB: 121) | 200 OK [http://bacon.server.dev/redmine/issues?set_filter=1]
Second click, which brings everything back again:
Processing IssuesController#index (for 192.168.1.224 at 2011-11-04 17:04:20) [POST] Parameters: {"group_by"=>"", "set_filter"=>"1", "project_id"=>"namesco", "action"=>"index", "authenticity_token"=>"UZRP7ke5azOJNte4uz64yj4MtdecG1UGBv67KYDOOU4=", "fields"=>["status_id", ""], "operators"=>{"start_date"=>"<t+", "assigned_to_role"=>"=", "cf_13"=>"=", "watcher_id"=>"=", "estimated_hours"=>"=", "cf_14"=>"=", "created_on"=>">t-", "priority_id"=>"=", "subproject_id"=>"*", "cf_7"=>"=", "done_ratio"=>"=", "updated_on"=>">t-", "subject"=>"~", "assigned_to_id"=>"=", "cf_17"=>"=", "tracker_id"=>"=", "cf_9"=>"=", "due_date"=>"<t+", "author_id"=>"=", "status_id"=>"o", "cf_11"=>"=", "member_of_group"=>"="}, "values"=>{"start_date"=>[""], "assigned_to_role"=>["3"], "cf_13"=>["Business Development"], "watcher_id"=>["me"], "estimated_hours"=>[""], "cf_14"=>[""], "created_on"=>[""], "priority_id"=>["3"], "subproject_id"=>["31"], "cf_7"=>["0"], "done_ratio"=>[""], "updated_on"=>[""], "subject"=>[""], "assigned_to_id"=>["me"], "cf_17"=>["None"], "tracker_id"=>["1"], "cf_9"=>[""], "due_date"=>[""], "author_id"=>["me"], "status_id"=>["1"], "cf_11"=>["None"], "member_of_group"=>["38"]}, "controller"=>"issues", "available_columns"=>[""]} Rendering issues/index.rhtml Completed in 461ms (View: 286, DB: 6) | 200 OK [http://bacon.server.dev/redmine/issues?set_filter=1]
If there is anymore information I can provide, please let me know. Any help appreciated.
Related issues