timesheet lockdown with grace period (#1644)
This commit is contained in:
@@ -198,6 +198,15 @@ class Configuration implements ConfigurationInterface
|
||||
->booleanNode('allow_overlapping_records')
|
||||
->defaultTrue()
|
||||
->end()
|
||||
->scalarNode('lockdown_period_start')
|
||||
->defaultNull()
|
||||
->end()
|
||||
->scalarNode('lockdown_period_end')
|
||||
->defaultNull()
|
||||
->end()
|
||||
->scalarNode('lockdown_grace_period')
|
||||
->defaultNull()
|
||||
->end()
|
||||
->end()
|
||||
->end()
|
||||
->end()
|
||||
|
||||
Reference in New Issue
Block a user