Skip to content

Commit

Permalink
fix 1895 for marc21 and proquest keyword display
Browse files Browse the repository at this point in the history
  • Loading branch information
smutniak committed Jan 22, 2024
1 parent 61fb587 commit 3c1d494
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ public List<FieldValue> getSubjectFieldValues() {
}

public List<FieldValue> getKeywordFieldValues() {
return submission.getFieldValuesByPredicateValue("dc.subject.other");
return submission.getFieldValuesByPredicateValue("keywords");
}

public List<FieldValue> getCommitteeMemberFieldValues() {
Expand Down

0 comments on commit 3c1d494

Please sign in to comment.