You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/lib/admin/actions/package_delete.dart
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,13 @@ final packageDelete = AdminAction(
11
11
name:'package-delete',
12
12
summary:'Set the admin-deleted flag on a package (making it not visible).',
13
13
description:'''
14
-
Set the admin-deleted flag on a package (updating the flag and the timestamp). After 2 months it will be fully deleted.
14
+
Set the admin-deleted flag on a package (updating the flag and the timestamp).
15
+
16
+
A package in this state will appear deleted from the public. But its archive file will still exist in the canonical bucket, and the metadata will still be present.
0 commit comments