This commit is contained in:
Arthur
2026-03-26 15:00:52 -07:00
parent 3ec0551680
commit 9bc66ee0bf

View File

@@ -1189,7 +1189,7 @@ class BulkComponentCreateView(GetReturnURLMixin, BaseMultiObjectView):
except IntegrityError:
clear_events.send(sender=self)
if is_background_request(request):
request.job.logger.error("An integrity error occurred while creating components")
request.job.logger.error(_("An integrity error occurred while creating components"))
raise JobFailed
except (AbortRequest, PermissionsViolation) as e: