hosting-asset-data-migration #79

Merged
hsh-michaelhoennig merged 22 commits from hosting-asset-data-migration into master 2024-07-22 11:30:34 +02:00
Showing only changes of commit 298fd2f438 - Show all commits

View File

@ -300,8 +300,8 @@ public class ImportHostingAssets extends ImportOfficeData {
.preprocessEntity()
.validateEntity()
.prepareForSave()
.saveUsing(entity -> persist(key, entity));
// .validateContext() FIXME
.saveUsing(entity -> persist(key, entity))
.validateContext();
}
}
);