Idea #9278
Updated by Tom Clegg over 8 years ago
Draft desired behavior: [[Expiring collections]]
Current behavior:
* When deleting collections from the project view, Workbench sets expires_at=now().
* API server _does not_ return expired collections in list or get responses. @default_scope where("expires_at IS NULL or expires_at > CURRENT_TIMESTAMP")@
* API server _does_ return expiring collections in list responses.