From a94e3e0183d78e38ce2e32b8f131e9bafcf8fdcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Par=C3=A9-Simard?= Date: Fri, 26 Jan 2024 12:00:25 -0500 Subject: [PATCH] Update how lockdown period is activated See #376 --- _documentation/configurations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_documentation/configurations.md b/_documentation/configurations.md index cdd8c53b8..9a7fa5704 100644 --- a/_documentation/configurations.md +++ b/_documentation/configurations.md @@ -66,7 +66,7 @@ You can deactivate that feature by setting the value to 0. The lockdown period (if activated) will prevent your users from changing timesheet records in the past. It consists of a `start` and `end` date and a `grace` period. -The lockdown feature will only be activated if all of these fields are configured with a [relative date format](https://www.php.net/manual/en/datetime.formats.relative.php). +The lockdown feature will only be activated if `start` and `end` fields are configured with a [relative date format](https://www.php.net/manual/en/datetime.formats.relative.php). These rules apply: - If the start date of a timesheet record is earlier than the lockdown start, it is not possible to edit it any longer