Added missing dependency for ContentSection in FolderImExporter
parent
576518ab63
commit
685722f1f4
|
|
@ -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
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue