import-hosting-domain-assets #84
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user