commit
87603ec95a
|
@ -263,6 +263,7 @@ class BiSQLView(models.Model):
|
|||
"If you want to delete them, first set them to draft."
|
||||
)
|
||||
)
|
||||
if self.cron_id:
|
||||
self.cron_id.unlink()
|
||||
return super().unlink()
|
||||
|
||||
|
|
Loading…
Reference in New Issue