Skip to content

Commit

Permalink
feat(#391): Add datasetId status enumerated values
Browse files Browse the repository at this point in the history
  • Loading branch information
tholulomo committed Jun 6, 2023
1 parent 9c40d1d commit 60171c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resfulservice/config/constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ module.exports = {
CurationStateDefault: 'Editing',
CurationEntityStates: ['Approved', 'Not Approved'],
CurationEntityStateDefault: 'Not Approved',
DatasetStatusOpt: ['APPROVED', 'UNDER_REVIEW', 'WORK_IN_PROGRESS'],
DatasetStatusDefault: 'WORK_IN_PROGRESS',
BaseObjectSubstitutionMap: {
'DATA ORIGIN': 'DATA_SOURCE',
'MATERIAL TYPES': 'MATERIALS',
Expand Down

0 comments on commit 60171c8

Please sign in to comment.