Quellcode durchsuchen

Update docs/sources/permissions/dashboard_folder_permissions.md

Co-Authored-By: marefr <marcus.efraimsson@gmail.com>
Alexandre de Verteuil vor 7 Jahren
Ursprung
Commit
d0794dbce1
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. 6 0
      docs/sources/permissions/dashboard_folder_permissions.md

+ 6 - 0
docs/sources/permissions/dashboard_folder_permissions.md

@@ -62,6 +62,12 @@ Permissions for a dashboard:
 
 Result: You cannot override to a lower permission. `user1` has Admin permission as the highest permission always wins.
 
+## Summary
+
 - **View**: Can only view existing dashboards/folders.
 - You cannot override permissions for users with **Org Admin Role**
+- A more specific permission with lower permission level will not have any effect if a more general rule exists with higher permission level.
+
+For example if "Everyone with Editor Role Can Edit" exists in the ACL list then **John Doe** will still have Edit permission even after you have specifically added a permission for this user with the permission set to **View**. You need to remove or lower the permission level of the more general rule.
+- You cannot override permissions for users with **Org Admin Role**
 - A more specific permission with lower permission level will not have any effect if a more general rule exists with higher permission level. For example if "Everyone with Editor Role Can Edit" exists in the ACL list then **John Doe** will still have Edit permission even after you have specifically added a permission for this user with the permission set to **View**. You need to remove or lower the permission level of the more general rule.