default value for billable flag and support in batch update (#2851)
This commit is contained in:
@@ -635,6 +635,12 @@ class Configuration implements ConfigurationInterface
|
||||
->scalarNode('currency')->defaultValue(Customer::DEFAULT_CURRENCY)->end()
|
||||
->end()
|
||||
->end()
|
||||
->arrayNode('timesheet')
|
||||
->addDefaultsIfNotSet()
|
||||
->children()
|
||||
->booleanNode('billable')->defaultTrue()->end()
|
||||
->end()
|
||||
->end()
|
||||
->arrayNode('user')
|
||||
->addDefaultsIfNotSet()
|
||||
->children()
|
||||
|
||||
Reference in New Issue
Block a user