-
Notifications
You must be signed in to change notification settings - Fork 34
Labels
broken windowDescribes a feature that feels broken to users. Broken windows should be fixed quickly.Describes a feature that feels broken to users. Broken windows should be fixed quickly.bug
Description
archive workflow buttons broken
Summary
When the frontend is configured with "archiveWorkflowEnabled": true, we get buttons that filter datasets based on their archiving state (archivable, retreivable, etc)
These buttons are broken with the current frontend/backend-next combination. They don't change the datasets shown at all.
Steps to Reproduce
Click the 'archivable' button.
Current Behaviour
No API calls are made and no changes to the dataset table occur.
Expected Behaviour
This should re-query the datasets with a filter for "datasetlifecycle.archivable": true and update the dataset table.
Metadata
Metadata
Assignees
Labels
broken windowDescribes a feature that feels broken to users. Broken windows should be fixed quickly.Describes a feature that feels broken to users. Broken windows should be fixed quickly.bug