summaryrefslogtreecommitdiffstats
path: root/config/settings.yml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-07-19 14:13:10 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-07-19 14:13:10 +0000
commit7bd8280a83290e144b19c7ac614952d430e3e4b1 (patch)
tree14a9c754c93613a2c61f99a1a04f726325822401 /config/settings.yml
parenta9d7f32da347a382d2f130cbc13187505f370fc7 (diff)
downloadredmine-7bd8280a83290e144b19c7ac614952d430e3e4b1.tar.gz
redmine-7bd8280a83290e144b19c7ac614952d430e3e4b1.zip
Adds settings for time entry hours validation (#24005).
git-svn-id: http://svn.redmine.org/redmine/trunk@16832 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/settings.yml')
-rw-r--r--config/settings.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/settings.yml b/config/settings.yml
index 556014a6a..03581a235 100644
--- a/config/settings.yml
+++ b/config/settings.yml
@@ -302,3 +302,8 @@ new_item_menu_tab:
timelog_required_fields:
serialized: true
default: []
+timelog_accept_0_hours:
+ default: 1
+timelog_max_hours_per_day:
+ format: int
+ default: 999