Skip to content
Snippets Groups Projects
Verified Commit 17a86320 authored by Brett Walker's avatar Brett Walker :octagonal_sign: Committed by GitLab
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 57f9eb32
No related branches found
No related tags found
1 merge request!141034Generate custom abilities documentation
This commit is part of merge request !141034. Comments created here will be created in the context of that merge request.
......@@ -169,7 +169,7 @@ For example, you see in `GroupPolicy` that there is an ability called
than adding a row to the `member_roles` table for each ability, consider
renaming them to `read_security_dashboard` and adding `read_security_dashboard`
to the `member_roles` table. This is more expected because it means that
enabling `read_security_dashboard` on the parent group will enable the custom
enabling `read_security_dashboard` on the parent group will enable the custom role.
For example, `GroupPolicy` has an ability called `read_group_security_dashboard` and `ProjectPolicy` has an ability
called `read_project_security_dashboard`. If you would like to make both customizable, rather than adding a row to the
`member_roles` table for each ability, consider renaming them to `read_security_dashboard` and adding
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment