Skip to content

Commit

Permalink
Extra note on the canonical bucket operations when moderating a packa…
Browse files Browse the repository at this point in the history
…ge. (#7995)
  • Loading branch information
isoos committed Aug 28, 2024
1 parent 0e89fa1 commit 52f37fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/lib/admin/actions/moderate_package.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ final moderatePackage = AdminAction(
summary: 'Set the moderated flag on a package (making it not visible).',
description: '''
Set the moderated flag on a package (updating the flag and the timestamp).
Note: the action may take a longer time to complete as the public archive bucket
will be updated: on moderation the files will be deleted, on restore the
archive files will be copied over from the (private) canonical archive bucket.
''',
options: {
'case': 'The ModerationCase.caseId that this action is part of.',
Expand Down

0 comments on commit 52f37fd

Please sign in to comment.