Skip to content

Commit

Permalink
go with the status lifecycle, except for active
Browse files Browse the repository at this point in the history
  • Loading branch information
roc committed Oct 25, 2022
1 parent 50f2759 commit 02e7edf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ckanext/scheming/ckan_dataset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,21 +61,22 @@ dataset_fields:
preset: select
choices:
# Published statuses
- value: in-development
label: In development
# We keep active at the top, as ckan will default to the first option when it can't find a value. As most of our standards *are* active, we chose this!
- value: active
label: Active
- value: in-development
label: In development
- value: deprecated
label: Deprecated
- value: retired
label: Retired
# Unpublished statuses
- value: proposed
label: Proposed
- value: draft-in-progress
label: Draft in progress
- value: awaiting-approval
label: Awaiting approval
- value: proposed
label: Proposed
- value: on-hold
label: On hold
- value: cancelled
Expand Down

0 comments on commit 02e7edf

Please sign in to comment.