Skip to content

Commit

Permalink
#222 added missing full_text_formatting? method
Browse files Browse the repository at this point in the history
  • Loading branch information
smellman authored and sanak committed Nov 1, 2024
1 parent 8e349d0 commit 1e85b54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/redmine_gtt/patches/geometry_as_custom_field_patch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ def initialize
def full_width_layout?
true
end
def full_text_formatting?
false
end
end

class GeomtryCustomFieldValue < ::CustomFieldValue
Expand Down

0 comments on commit 1e85b54

Please sign in to comment.