Geen publieke attachments

This commit is contained in:
root
2026-07-15 05:25:37 +00:00
parent 1a39a5a68c
commit 880106128a

View File

@@ -174,6 +174,7 @@ class IrLogging(models.Model):
AND res_field IS NULL AND res_field IS NULL
AND store_fname IS NOT NULL AND store_fname IS NOT NULL
AND res_model not in ('sign.document','sign.request') AND res_model not in ('sign.document','sign.request')
AND public = 'f'
ORDER BY COALESCE(file_size, 0) DESC, id ASC ORDER BY COALESCE(file_size, 0) DESC, id ASC
LIMIT %s LIMIT %s
""", """,