fix: don't create a comment when deleting a Data Import Log

This commit is contained in:
barredterra 2024-08-13 09:28:37 +02:00
parent f4cd51a3f4
commit e50bd64142

View file

@ -23,4 +23,6 @@ class DataImportLog(Document):
success: DF.Check
# end: auto-generated types
no_feed_on_delete = True
pass