Mercurial > hg > soundsoftware-site
comparison app/controllers/.svn/text-base/versions_controller.rb.svn-base @ 1:cca12e1c1fd4
* Update to Redmine trunk (SVN revisions 3860-3892)
author | Chris Cannam |
---|---|
date | Wed, 28 Jul 2010 12:08:28 +0100 |
parents | 513646585e45 |
children | 40f7cfd4df19 |
comparison
equal
deleted
inserted
replaced
0:513646585e45 | 1:cca12e1c1fd4 |
---|---|
25 | 25 |
26 helper :custom_fields | 26 helper :custom_fields |
27 helper :projects | 27 helper :projects |
28 | 28 |
29 def show | 29 def show |
30 @issues = @version.fixed_issues.visible.find(:all, | |
31 :include => [:status, :tracker, :priority], | |
32 :order => "#{Tracker.table_name}.position, #{Issue.table_name}.id") | |
30 end | 33 end |
31 | 34 |
32 def new | 35 def new |
33 @version = @project.versions.build | 36 @version = @project.versions.build |
34 if params[:version] | 37 if params[:version] |