new system-config to prevent overlapping records (#1720)
This commit is contained in:
@@ -195,6 +195,9 @@ class Configuration implements ConfigurationInterface
|
||||
->booleanNode('allow_future_times')
|
||||
->defaultTrue()
|
||||
->end()
|
||||
->booleanNode('allow_overlapping_records')
|
||||
->defaultTrue()
|
||||
->end()
|
||||
->end()
|
||||
->end()
|
||||
->end()
|
||||
|
||||
Reference in New Issue
Block a user