Added missing dependency for ContentSection in FolderImExporter

deploy_packages_to_gitea
Jens Pelzetter 2022-10-31 11:33:37 +01:00
parent 576518ab63
commit 685722f1f4
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public class FolderImExporter extends AbstractEntityImExporter<Folder> {
@Override
protected Set<Class<? extends Exportable>> getRequiredEntities() {
return Set.of(
// ContentSection.class,
ContentSection.class,
Category.class,
Domain.class
);