From e7d0e39030d3802cb732dab6ada9fbb049b4dc03 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Sun, 28 Oct 2018 14:03:27 +0000 Subject: [PATCH] Started to work on multiple grouping in reports. --- WEB-INF/config.php.dist | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WEB-INF/config.php.dist b/WEB-INF/config.php.dist index 1218f7f6..1fd74cce 100644 --- a/WEB-INF/config.php.dist +++ b/WEB-INF/config.php.dist @@ -207,3 +207,6 @@ define('AUTH_MODULE', 'db'); // Height in pixels for the note input field in time.php. Defaults to 40. // define('NOTE_INPUT_HEIGHT', 100); + +// A temporary config option while development on multiple grouping in reports is ongoing. To be removed when done. +// define('MULTIPLE_GROUP_BY_DEBUG', false); -- 2.20.1