Merge branch 'dev' into feature-ai

This commit is contained in:
shamoon
2025-07-08 14:19:26 -07:00
26 changed files with 246 additions and 247 deletions

View File

@@ -2265,7 +2265,7 @@ class StoragePathViewSet(ModelViewSet, PermissionsAwareDocumentCountMixin):
# perform the deletion so renaming/moving can happen
response = super().destroy(request, *args, **kwargs)
if len(doc_ids):
if doc_ids:
bulk_edit.bulk_update_documents.delay(doc_ids)
return response