From 9de584984e911202f26a3d52cc72eddb4a9a1386 Mon Sep 17 00:00:00 2001 From: "vit.jonas@gmail.com" Date: Mon, 10 Oct 2011 13:30:01 +0000 Subject: [PATCH] * fixed conversion rake task git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@254 5e329b0b-a2ee-ea63-e329-299493fc886d --- lib/tasks/dmsf_convert_documents.rake | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tasks/dmsf_convert_documents.rake b/lib/tasks/dmsf_convert_documents.rake index aa14d18d..717c9539 100644 --- a/lib/tasks/dmsf_convert_documents.rake +++ b/lib/tasks/dmsf_convert_documents.rake @@ -130,6 +130,7 @@ class DmsfConvertDocuments revision.file = file revision.name = file.name revision.folder = file.folder + revision.project = file.project revision.title = DmsfFileRevision.filename_to_title(attachment.filename) revision.description = attachment.description revision.user = attachment.author