Skip to content

Commit

Permalink
Merge pull request #190 from charvolant/master
Browse files Browse the repository at this point in the history
Add discarded field to identifier status
  • Loading branch information
charvolant authored Jun 15, 2018
2 parents 23a7816 + 933ca2a commit f134da2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions grails-app/conf/identifierStatus.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,21 @@
{
"status": "primary",
"description": "The current primary identifier for something",
"priority": 500
"priority": 600
},
{
"status": "current",
"description": "An alternative, currently used identifirt",
"priority": 400
"priority": 500
},
{
"status": "replaced",
"description": "An identifier that has been replaced but may be referred to in outdated documents",
"priority": 400
},
{
"status": "discarded",
"description": "An identifier for a taxon discarded in processing that has been mapped onto this taxon",
"priority": 300
},
{
Expand Down

0 comments on commit f134da2

Please sign in to comment.