Skip to content

Commit

Permalink
archival objects need dates too
Browse files Browse the repository at this point in the history
  • Loading branch information
jambun committed Feb 16, 2017
1 parent 7e95d4f commit 746ed31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/converters/obsolete_carriers_converter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ def format_record(row)
:dates => [format_date(row['date'])].compact,
:extents => [format_extent(row)].compact,
:instances => [format_instance(row)].compact,
:dates => [format_date(row['date_expression'])].compact,
:notes => [],
:subjects => [{ :ref => get_subject_uri(row['subject_genre']) }],
:linked_events => [{ :ref => create_event(uri) }],
Expand Down

0 comments on commit 746ed31

Please sign in to comment.