Skip to content

Commit

Permalink
add splitIntoDirectories to folder es
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed Oct 3, 2018
1 parent 47a27cf commit e3cea85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/reporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,8 @@ function addFolderEntity (reporter) {

reporter.documentStore.registerEntitySet('folders', {
entityType: 'jsreport.FolderType',
humanReadableKey: 'shortid'
humanReadableKey: 'shortid',
splitIntoDirectories: true
})

reporter.documentStore.registerComplexType('FolderRefType', {
Expand Down

0 comments on commit e3cea85

Please sign in to comment.