Adds custom fields for versions (#4219).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3064 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2009-11-15 15:22:55 +00:00
parent 7d57833740
commit ba7cf9c3ce
6 changed files with 37 additions and 0 deletions
+2
View File
@@ -21,6 +21,8 @@ class VersionsController < ApplicationController
before_filter :find_project, :only => :close_completed
before_filter :authorize
helper :custom_fields
def show
end