Browse Source

Update docs/en/SimpleStateChecker.md

Co-authored-by: Halil İbrahim Kalkan <hi_kalkan@yahoo.com>
pull/8899/head
maliming 5 years ago
committed by GitHub
parent
commit
62b96f9796
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/SimpleStateChecker.md

2
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.

Loading…
Cancel
Save