From e3cea8536bf0bfe5a271c57348988ca73c0a7390 Mon Sep 17 00:00:00 2001 From: "honza.pofider@seznam.cz" Date: Wed, 3 Oct 2018 19:13:28 +0200 Subject: [PATCH] add splitIntoDirectories to folder es --- lib/reporter.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/reporter.js b/lib/reporter.js index 3e666af..833b2fa 100644 --- a/lib/reporter.js +++ b/lib/reporter.js @@ -792,7 +792,8 @@ function addFolderEntity (reporter) { reporter.documentStore.registerEntitySet('folders', { entityType: 'jsreport.FolderType', - humanReadableKey: 'shortid' + humanReadableKey: 'shortid', + splitIntoDirectories: true }) reporter.documentStore.registerComplexType('FolderRefType', {