mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
Ignore non-working days when rescheduling an issue (#2161).
Weekly non-working days can be configured in application settings (set to saturday and sunday by default). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10747 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -220,3 +220,8 @@ thumbnails_enabled:
|
||||
thumbnails_size:
|
||||
format: int
|
||||
default: 100
|
||||
non_working_week_days:
|
||||
serialized: true
|
||||
default:
|
||||
- 6
|
||||
- 7
|
||||
|
||||
Reference in New Issue
Block a user