Prevent bookings with same start / stop time (#3304)
This commit is contained in:
@@ -243,6 +243,9 @@ class Configuration implements ConfigurationInterface
|
||||
->booleanNode('allow_future_times')
|
||||
->defaultTrue()
|
||||
->end()
|
||||
->booleanNode('allow_zero_duration')
|
||||
->defaultTrue()
|
||||
->end()
|
||||
->booleanNode('allow_overbooking_budget')
|
||||
->defaultTrue()
|
||||
->end()
|
||||
|
||||
Reference in New Issue
Block a user