Project

General

Profile

Feature #3900

Updated by Tom Clegg over 7 years ago

The trash button for collections in Workbench should not use the collections/delete API.    Instead, it should calculate a timestamp that is @defaultTrashLifetime@ (or, if that's not set in the discovery document, @blobSignatureTtl@) seconds in the future, and update the collection's @expires_at@ attribute to now. that value.    The collection will then should still be wiped from the current listing, as the trash button does now, because expired expiring collections do not appear in collection listings. most Workbench listings (see #9582).

Back