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