summaryrefslogtreecommitdiffstats
path: root/app/helpers
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-02-14 10:44:59 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-02-14 10:44:59 +0000
commitae4eb4788132caf495eb7b180f9104e4aa0ac42a (patch)
tree74a0bd1faedc646b7a17e9ce14ac11f350864b95 /app/helpers
parent1c078a7081e83839a7689c9a8c5e4d49b9b75e4c (diff)
downloadredmine-ae4eb4788132caf495eb7b180f9104e4aa0ac42a.tar.gz
redmine-ae4eb4788132caf495eb7b180f9104e4aa0ac42a.zip
Adds custom fields to documents (#7249).
git-svn-id: http://svn.redmine.org/redmine/trunk@14004 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/custom_fields_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/helpers/custom_fields_helper.rb b/app/helpers/custom_fields_helper.rb
index c431d9827..e0f3fa7d2 100644
--- a/app/helpers/custom_fields_helper.rb
+++ b/app/helpers/custom_fields_helper.rb
@@ -28,6 +28,8 @@ module CustomFieldsHelper
:label => :label_project_plural},
{:name => 'VersionCustomField', :partial => 'custom_fields/index',
:label => :label_version_plural},
+ {:name => 'DocumentCustomField', :partial => 'custom_fields/index',
+ :label => :label_document_plural},
{:name => 'UserCustomField', :partial => 'custom_fields/index',
:label => :label_user_plural},
{:name => 'GroupCustomField', :partial => 'custom_fields/index',