@@ -60,6 +60,7 class ProjectsController < ApplicationController | |||
|
60 | 60 | @custom_fields = IssueCustomField.find(:all) |
|
61 | 61 | @root_projects = Project.find(:all, :conditions => "parent_id IS NULL AND status = #{Project::STATUS_ACTIVE}") |
|
62 | 62 | @project = Project.new(params[:project]) |
|
63 | @project.enabled_module_names = Redmine::AccessControl.available_project_modules | |
|
63 | 64 | if request.get? |
|
64 | 65 | @custom_values = ProjectCustomField.find(:all).collect { |x| CustomValue.new(:custom_field => x, :customized => @project) } |
|
65 | 66 | else |
General Comments 0
You need to be logged in to leave comments.
Login now