Project

General

Profile

Feature #3900

Updated by Brett Smith almost 8 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 that value.    The collection should still be wiped from the current listing, as the trash button does now, because expiring collections do not appear in most Workbench listings (see #9582).

Back