From 9d00b8ae609a4389a0aff2d6fac63e31fb472442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 17 Jun 2025 16:06:27 +0200 Subject: [PATCH] Enable filtering statistics by center in Chill configuration: set the default value in config Set the default value in configuration file. This improves the readability of multiple options. --- config/packages/chill.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/packages/chill.yaml b/config/packages/chill.yaml index 76578a2c7..6ed6b6984 100644 --- a/config/packages/chill.yaml +++ b/config/packages/chill.yaml @@ -17,6 +17,7 @@ chill_main: acl: form_show_scopes: true form_show_centers: true + filter_stats_by_center: true access_global_history: false access_user_change_password: true access_permissions_group_list: true