Skip to content

Commit

Permalink
Move EMPLOYEES_GROUP config entry under version 2.22 marker.
Browse files Browse the repository at this point in the history
Also sync with config.template.
  • Loading branch information
jaragunde committed Dec 22, 2022
1 parent 60f3a87 commit 965ce64
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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');
6 changes: 6 additions & 0 deletions config/config.template
Original file line number Diff line number Diff line change
Expand Up @@ -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');

0 comments on commit 965ce64

Please sign in to comment.