Skip to content

Commit

Permalink
Merge branch 'fix/mdJson-writer-acqusition' into fix/mdJson-writer-re…
Browse files Browse the repository at this point in the history
…quirement
  • Loading branch information
J-Oliveros committed May 2, 2024
2 parents 3c32ffe + 8ef4d30 commit 95fc253
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
adiwg-mdtranslator (2.20.0.pre.beta.1)
adiwg-mdtranslator (2.20.0.pre.beta.0)
adiwg-mdcodes (= 2.9.3.pre.beta.3)
adiwg-mdjson_schemas (= 2.9.2.pre.beta.7)
builder (~> 3.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/adiwg/mdtranslator/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
module ADIWG
module Mdtranslator
# current mdtranslator version
VERSION = "2.20.0-beta.1"
VERSION = "2.20.0-beta.0"
end
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,9 @@ def writeXML(hReport)
end
end
end
# TODO the following will not work until the iso_evaluationMethodType codelist is added to mdCodes
# unless evaluationMethod[:evaluationMethodType].nil?
# @xml.tag!('mdq:evaluationMethodType') do
# codeListClass.writeXML('mcc', 'iso_evaluationMethodType', evaluationMethod[:evaluationMethodType])
# end
# end
@xml.tag!('mdq:evaluationMethodType') do
codeListClass.writeXML('mcc', 'iso_evaluationMethodType', evaluationMethod[:evaluationMethodType])
end
end
end
end # evaluationMethod
Expand Down

0 comments on commit 95fc253

Please sign in to comment.