mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-26 17:43:54 +00:00
[export] create a parameter that will force to skip the filtering by center (ACL) when generating an export
This commit is contained in:
@@ -116,8 +116,12 @@ class Configuration implements ConfigurationInterface
|
||||
->booleanNode('form_show_centers')
|
||||
->defaultTrue()
|
||||
->end()
|
||||
->booleanNode('filter_stats_by_center')
|
||||
->defaultTrue()
|
||||
->info("if set to false, the exports won't take into account the center of the people")
|
||||
->end()
|
||||
->end()
|
||||
->end() // end of 'acl'
|
||||
->booleanNode('access_global_history')
|
||||
->defaultTrue()
|
||||
->end()
|
||||
|
Reference in New Issue
Block a user