Skip to content

Commit

Permalink
zdavatz#287: Second Workaround for import_bsv
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Dec 3, 2024
1 parent 1a41f83 commit f0d300b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/model/patinfo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ class Patinfo
include Persistence
include Language
include SequenceObserver
def same_as?(patinfo)
false
end
def article_codes
codes = []
@sequences.collect { |seq|
Expand Down

0 comments on commit f0d300b

Please sign in to comment.