From 965ce64e9336e49f50191d3fc4e4e5fb221572f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacobo=20Aragunde=20P=C3=A9rez?= Date: Wed, 21 Dec 2022 11:38:09 +0100 Subject: [PATCH] Move EMPLOYEES_GROUP config entry under version 2.22 marker. Also sync with config.template. --- config/config.php | 12 ++++++------ config/config.template | 6 ++++++ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/config/config.php b/config/config.php index 6c2189149..61f90ee14 100644 --- a/config/config.php +++ b/config/config.php @@ -166,12 +166,6 @@ functionality to PhpReport */ define('ALL_USERS_GROUP', 'staff'); -/** - * @name EMPLOYEES_GROUP - * @global string users group used for retrieving all active employees - */ -define('EMPLOYEES_GROUP', 'staff'); - /** * @name USER_GROUPS * @global string all user groups for displaying on the interfaces as @@ -345,3 +339,9 @@ functionality to PhpReport * @global string company domain to compose email addresses. */ define('COMPANY_DOMAIN', "domain.com"); + +/** + * @name EMPLOYEES_GROUP + * @global string users group used for retrieving all active employees + */ +define('EMPLOYEES_GROUP', 'staff'); diff --git a/config/config.template b/config/config.template index 55161a7c9..6aa9f7612 100644 --- a/config/config.template +++ b/config/config.template @@ -339,3 +339,9 @@ define('VACATIONS_PROJECT_ID', 1); * @global string company domain to compose email addresses. */ define('COMPANY_DOMAIN', "domain.com"); + +/** + * @name EMPLOYEES_GROUP + * @global string users group used for retrieving all active employees + */ +define('EMPLOYEES_GROUP', 'staff');