You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a problem when chicago_citation(marc) is called with a nil value for marc["502"]["d"]. This is the block that makes the call to clean_end_punctuation with nil
elsifmarc["502"]and(marc["502"]["b"]ormarc["502"]["c"]ormarc["502"]["d"])#sometimes the dissertation note is encoded in pieces in the $b $c and $d sub fields instead of lumped into the $a
Method
clean_end_punctuation
inmarc_export.rb
throws an exception if the value passed isnil
blacklight-marc/app/models/concerns/blacklight/solr/document/marc_export.rb
Lines 493 to 498 in db85fe3
This is a problem when
chicago_citation(marc)
is called with anil
value formarc["502"]["d"]
. This is the block that makes the call toclean_end_punctuation
withnil
blacklight-marc/app/models/concerns/blacklight/solr/document/marc_export.rb
Lines 303 to 305 in db85fe3
The text was updated successfully, but these errors were encountered: