Added separate permission for chef/trez

This commit is contained in:
Dorian Lesbre 2021-02-19 10:48:24 +01:00
parent fa8c57269c
commit 46242ad2c0
4 changed files with 15 additions and 4 deletions

View file

@ -206,3 +206,5 @@ MAIL_DATA = {
# Max lookback date into kfet history
KFET_HISTORY_DATE_LIMIT = timedelta(weeks=1)
# limite plus longue pour les chef/trez
KFET_HISTORY_LONG_DATE_LIMIT = timedelta(days=30)