fix: Solve the problem of version increase caused by push account

This commit is contained in:
jiangweidong
2024-12-04 08:50:36 +08:00
committed by Bryan
parent 3267c8074b
commit d8dfaf0868
3 changed files with 5 additions and 1 deletions

View File

@@ -80,6 +80,7 @@ class VaultModelMixin(models.Model):
def mark_secret_save_to_vault(self):
self._secret = self._secret_save_to_vault_mark
self.skip_history_when_saving = True
self.save()
@property