Added missing dependency for ContentSection in FolderImExporter
parent
576518ab63
commit
685722f1f4
|
|
@ -51,7 +51,7 @@ public class FolderImExporter extends AbstractEntityImExporter<Folder> {
|
||||||
@Override
|
@Override
|
||||||
protected Set<Class<? extends Exportable>> getRequiredEntities() {
|
protected Set<Class<? extends Exportable>> getRequiredEntities() {
|
||||||
return Set.of(
|
return Set.of(
|
||||||
// ContentSection.class,
|
ContentSection.class,
|
||||||
Category.class,
|
Category.class,
|
||||||
Domain.class
|
Domain.class
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue