Skip to content

Commit

Permalink
feat: update field names to match new preparation mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdh committed Oct 30, 2024
1 parent 60e1a8f commit e514d5f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ckanext/nhm/views/sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ class SampleView(DefaultView):
("preparationDate", "Preparation Date"),
("preparationType", "Preparation Type"),
("preparationProcess", "Preparation Process"),
("preparationNumber", "Preparation Number"),
("mediumType", "Medium Type"),
("identifier", "Preparation Number"),
("preservation", "Preservation"),
("preparationContents", "Preparation Contents"),
("occurrenceID", "Occurrence ID"),
]
),
),
Expand Down

0 comments on commit e514d5f

Please sign in to comment.