We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a27cf commit e3cea85Copy full SHA for e3cea85
1 file changed
lib/reporter.js
@@ -792,7 +792,8 @@ function addFolderEntity (reporter) {
792
793
reporter.documentStore.registerEntitySet('folders', {
794
entityType: 'jsreport.FolderType',
795
- humanReadableKey: 'shortid'
+ humanReadableKey: 'shortid',
796
+ splitIntoDirectories: true
797
})
798
799
reporter.documentStore.registerComplexType('FolderRefType', {
0 commit comments