We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba245b6 commit 71c1f4bCopy full SHA for 71c1f4b
lib/redmine_gtt/patches/issue_patch.rb
@@ -38,6 +38,8 @@ def ignore_small_geom_change
38
if old_value.length != new_value.length
39
return true
40
end
41
+ old_value = old_value.flatten
42
+ new_value = new_value.flatten
43
44
self.geom = geom_change[0] if new_value.zip(old_value).map { |a, b| (a-b).abs }.map {|x| x < 0.00000001}.all?
45
0 commit comments