@@ -66,7 +66,8 class ProjectsController < ApplicationController | |||||
66 | def new |
|
66 | def new | |
67 | @issue_custom_fields = IssueCustomField.find(:all, :order => "#{CustomField.table_name}.position") |
|
67 | @issue_custom_fields = IssueCustomField.find(:all, :order => "#{CustomField.table_name}.position") | |
68 | @trackers = Tracker.all |
|
68 | @trackers = Tracker.all | |
69 |
@project = Project.new |
|
69 | @project = Project.new | |
|
70 | @project.safe_attributes = params[:project] | |||
70 | end |
|
71 | end | |
71 |
|
72 | |||
72 | def create |
|
73 | def create |
General Comments 0
You need to be logged in to leave comments.
Login now