Skip to content

Commit e3cea85

Browse files
committed
add splitIntoDirectories to folder es
1 parent 47a27cf commit e3cea85

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/reporter.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,8 @@ function addFolderEntity (reporter) {
792792

793793
reporter.documentStore.registerEntitySet('folders', {
794794
entityType: 'jsreport.FolderType',
795-
humanReadableKey: 'shortid'
795+
humanReadableKey: 'shortid',
796+
splitIntoDirectories: true
796797
})
797798

798799
reporter.documentStore.registerComplexType('FolderRefType', {

0 commit comments

Comments
 (0)