Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
added missing settings key for delete old versions action
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Sep 17, 2021
1 parent 7aa8795 commit 658583f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ class DeleteOldVersions(BaseAction):
)
icon = statics_icon("ftrack", "action_icons", "OpenPypeAdmin.svg")

settings_key = "delete_old_versions"

dbcon = AvalonMongoDB()

inteface_title = "Choose your preferences"
Expand Down

0 comments on commit 658583f

Please sign in to comment.