Skip to content

Commit

Permalink
bugfix/5028 :Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
CyraxSector committed Jun 15, 2019
1 parent eb42850 commit 0e704ba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ protected Collection<String> determineFieldsToShow(BibEntry entry, EntryType ent
.filter(field -> !allKnownFields.contains(field)).collect(Collectors.toList());

otherFields.removeAll(entryType.getDeprecatedFields());
otherFields.removeAll(entryType.getOptionalFields());
otherFields.remove(BibEntry.KEY_FIELD);
otherFields.removeAll(customTabFieldNames);
return otherFields;
Expand Down

0 comments on commit 0e704ba

Please sign in to comment.