Skip to content

Commit 4caae82

Browse files
authored
Merge pull request #223 from gtt-project/fix-222
added missing full_text_formatting? method
2 parents 7be01c8 + dd624ef commit 4caae82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/redmine_gtt/patches/geometry_as_custom_field_patch.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ def initialize
2222
def full_width_layout?
2323
true
2424
end
25+
def full_text_formatting?
26+
false
27+
end
2528
end
2629

2730
class GeomtryCustomFieldValue < ::CustomFieldValue

0 commit comments

Comments
 (0)