added setting to limit the maximum length of a timesheet record (#2612)
This commit is contained in:
@@ -242,6 +242,15 @@ class Configuration implements ConfigurationInterface
|
||||
->scalarNode('lockdown_grace_period')
|
||||
->defaultNull()
|
||||
->end()
|
||||
->scalarNode('lockdown_grace_period')
|
||||
->defaultNull()
|
||||
->end()
|
||||
->integerNode('break_warning_duration')
|
||||
->defaultValue(0)
|
||||
->end()
|
||||
->integerNode('long_running_duration')
|
||||
->defaultValue(0)
|
||||
->end()
|
||||
->end()
|
||||
->end()
|
||||
->end()
|
||||
|
||||
Reference in New Issue
Block a user