Skip to content

Commit

Permalink
avoid generic notifications for autosave (#2664)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek authored Aug 20, 2024
1 parent e89e941 commit 87efa10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/archive/archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -1408,6 +1408,7 @@ class AutoSaveResource(Resource):
item_methods = ["GET", "PUT", "PATCH", "DELETE"]
resource_title = endpoint_name
privileges = {"POST": "archive", "PATCH": "archive", "PUT": "archive", "DELETE": "archive"}
notifications = False


class ArchiveSaveService(BaseService):
Expand Down

0 comments on commit 87efa10

Please sign in to comment.