Skip to content

Commit

Permalink
Merge pull request #42 from France-ioi/forumPermissionOwner
Browse files Browse the repository at this point in the history
When user owns an item, he can request help to any visible group
  • Loading branch information
smadbe authored Dec 19, 2023
2 parents 1bda56c + 1028e53 commit 3829281
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions forum/forum-perm.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ In a nutshell:

In order to open a thread for an item, a user needs a specific item permission: "can request help to" which allows the user to request help to a given group for an item and its descendants depending on propagation rules.

**Note:** When the user is the owner of the item, he can always request help to groups visible to him.

### Granting the permission to another user

To grant `can_request_help_to(g)` permission to a user for an item, the giver needs to have "can_grant_view ≥ content" for this item.
Expand Down

0 comments on commit 3829281

Please sign in to comment.