Skip to content

Commit

Permalink
FIX typo in collections metadata
Browse files Browse the repository at this point in the history
NB - This will also require a sweep of the collections in phylesystem,
to correct the stored property name and clear up any collections that
have both `ot:studyPublicationReferenc` and `ot:studyPublicationReference`
properties.
  • Loading branch information
jimallman committed May 21, 2024
1 parent 2fddf6e commit 6d7afda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curator/static/js/curation-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ function updateCollectionTrees ( collection ) {
decision['name'] = proposedName;
decision['ot:focalCladeOTTTaxonName'] = proposedClade;
decision['ot:studyPublication'] = proposedPubURL;
decision['ot:studyPublicationReferenc'] = proposedFullRef;
decision['ot:studyPublicationReference'] = proposedFullRef;
decision['compactRefText'] = compactStudyRef;
decision['ot:studyYear'] = proposedYear;
// Highlight this in the list, mark as MODIFIED
Expand Down

1 comment on commit 6d7afda

@jimallman
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #1344.

Please sign in to comment.