New document form can be accessed from the document list with no additional request.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@851 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2007-10-18 16:59:28 +00:00
parent 3c42abe07e
commit 0006c5f3b0
5 changed files with 24 additions and 8 deletions
-1
View File
@@ -174,7 +174,6 @@ class ProjectsController < ApplicationController
# Add a new document to @project
def add_document
@categories = Enumeration::get_values('DCAT')
@document = @project.documents.build(params[:document])
if request.post? and @document.save
# Save the attachments