import-hosting-domain-assets #84

Merged
hsh-michaelhoennig merged 12 commits from import-hosting-domain-assets into master 2024-08-08 10:40:35 +02:00
Showing only changes of commit a06bdf6169 - Show all commits

View File

@ -797,8 +797,8 @@ public class ImportHostingAssets extends ImportOfficeData {
jpaAttempt.transacted(() ->
hostingAssets.forEach((key, ha) -> {
context(rbacSuperuser); // if put only outside the loop, it seems to get lost after a while, no idea why
if (hsHostingAssetTypeSet.contains(ha.getType())) {
context(rbacSuperuser); // if put only outside the loop, it seems to get lost after a while, no idea why
logError(() ->
new HostingAssetEntitySaveProcessor(em, ha)
.preprocessEntity()