Move the default due date time to be configurable in the IDF config file

This commit is contained in:
Simon Holywell
2012-04-10 12:17:22 +01:00
parent 9168a26a72
commit 1690fa8416
4 changed files with 14 additions and 6 deletions

View File

@@ -544,5 +544,9 @@ $cfg['activity_section_weights'] = array(
# high enough to show a proper activity index for those projects as well.
$cfg['activity_lookback'] = 7;
# Configure the default time that should be used when setting an issue due date
# via the quick (COB, EOW, etc) menu or via the date picker
$cfg['issue_default_due_date_time'] = '17:30';
return $cfg;