summaryrefslogtreecommitdiffstats
path: root/lib/redmine/field_format.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-01-25 14:55:36 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-01-25 14:55:36 +0000
commitb40d66f39fa8a0425ce2a08d4cf4007d814b97fb (patch)
tree87940a49e073ba7d61af294157b48fa1fdf9ba8c /lib/redmine/field_format.rb
parent8d713ae6ca643db8ce548b143635dee361f36ffe (diff)
downloadredmine-b40d66f39fa8a0425ce2a08d4cf4007d814b97fb.tar.gz
redmine-b40d66f39fa8a0425ce2a08d4cf4007d814b97fb.zip
Option for long text custom fields to be displayed under the description field (#21705).
Based on patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16251 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine/field_format.rb')
-rw-r--r--lib/redmine/field_format.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine/field_format.rb b/lib/redmine/field_format.rb
index fee2c978c..ea9d7169c 100644
--- a/lib/redmine/field_format.rb
+++ b/lib/redmine/field_format.rb
@@ -108,7 +108,7 @@ module Redmine
CustomField.store_accessor :format_store, *args
end
- field_attributes :url_pattern
+ field_attributes :url_pattern, :full_width_layout
def name
self.class.format_name