lib/isodoc/nist/metadata_id.rb in metanorma-nist-1.2.3 vs lib/isodoc/nist/metadata_id.rb in metanorma-nist-1.2.4
- old
+ new
@@ -64,9 +64,11 @@
when "draft-public" then "Public Draft"
when "draft-approval" then "Approval Draft"
when "final" then "Final"
when "final-review" then "Under Review"
when "final-withdrawn" then "Withdrawn"
+ else
+ super
end
end
def docid(ixml, _out)
docid = ixml.at(ns("//bibdata/docidentifier[@type = 'NIST']"))&.text