Skip to content

Commit

Permalink
chore(Record/tab:Data): hide field dwc:Identification/symbiota:tidInt…
Browse files Browse the repository at this point in the history
…erpreted

From a 26 Apr 2024 discussion with a Symbiota representative,
it's just a Symbiota-internal field and need not be displayed in Data tables.
(Specific to ASU recordsets?)

(cherry picked from commit cbe0495)
  • Loading branch information
valdeza committed Aug 21, 2024
1 parent 697224c commit a3b9d43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/client/js/react/src/record.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const ESO_HIDE_FIELD = -1;
// expected 'Sample Designation' to be last
const extendedSpecimenOrder = {
"idhistory" : {
"symbiota:tidInterpreted": ESO_HIDE_FIELD,
"dwc:scientificName": 1,
"dwc:identifiedBy": 3,
"idigbio:recordID": 6,
Expand Down

0 comments on commit a3b9d43

Please sign in to comment.