From 62b96f9796dd013318eb31d2a3ab9cdc876058fa Mon Sep 17 00:00:00 2001 From: maliming Date: Fri, 7 May 2021 09:15:49 +0800 Subject: [PATCH] Update docs/en/SimpleStateChecker.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Halil İbrahim Kalkan --- docs/en/SimpleStateChecker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/SimpleStateChecker.md b/docs/en/SimpleStateChecker.md index b0529ee519..584fef1592 100644 --- a/docs/en/SimpleStateChecker.md +++ b/docs/en/SimpleStateChecker.md @@ -1,6 +1,6 @@ # Simple State Checker -The **state** of some objects may depend on multiple conditions, such as some permissions are required, features need to be enabled, or it is only for special users and roles are available. +The simple state checking system can be used to enable/disable an object based on some dynamic conditions. For example, you can disable a menu item on the user interface, if the current user has not granted for a given permission. The simple state checking system provides a generic way to define and check such conditions. ## Definition state checker.