diff --git a/ckanext/scheming/ckan_dataset.yaml b/ckanext/scheming/ckan_dataset.yaml index 0f26f51b..380ced3f 100644 --- a/ckanext/scheming/ckan_dataset.yaml +++ b/ckanext/scheming/ckan_dataset.yaml @@ -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