Skip to content

Commit

Permalink
do not include OBSOLETE in Human-readable statues
Browse files Browse the repository at this point in the history
  • Loading branch information
alexskr committed Feb 9, 2024
1 parent 76bb9d8 commit c77d0b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ontologies_linked_data/models/submission_status.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ class SubmissionStatus < LinkedData::Models::Base

USER_IGNORE = [
"UPLOADED", "ERROR_UPLOADED",
"RDF_LABELS", "ERROR_RDF_LABELS"
"RDF_LABELS", "ERROR_RDF_LABELS",
"OBSOLETE", "ERROR_OBSOLETE",
]

model :submission_status, name_with: :code
Expand Down

0 comments on commit c77d0b3

Please sign in to comment.