]> wagnertech.de Git - timetracker.git/commitdiff
Started to work on multiple grouping in reports.
authorNik Okuntseff <support@anuko.com>
Sun, 28 Oct 2018 14:03:27 +0000 (14:03 +0000)
committerNik Okuntseff <support@anuko.com>
Sun, 28 Oct 2018 14:03:27 +0000 (14:03 +0000)
WEB-INF/config.php.dist

index 1218f7f656fac29478adf154ba280502b65c02d8..1fd74cce84d4182e4d98551869968764f325d334 100644 (file)
@@ -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);
 
 // 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);