projects
/
timetracker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8db9ef1
)
Started to work on multiple grouping in reports.
author
Nik Okuntseff
<support@anuko.com>
Sun, 28 Oct 2018 14:03:27 +0000
(14:03 +0000)
committer
Nik Okuntseff
<support@anuko.com>
Sun, 28 Oct 2018 14:03:27 +0000
(14:03 +0000)
WEB-INF/config.php.dist
patch
|
blob
|
history
diff --git
a/WEB-INF/config.php.dist
b/WEB-INF/config.php.dist
index
1218f7f
..
1fd74cc
100644
(file)
--- 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);