if user has enough permission, allow to increase permission#35614
Conversation
DeepDiver1975
left a comment
There was a problem hiding this comment.
Please have a look at my comment above - I'm not happy ....
|
@karakayasemi |
|
|
||
| public function strictSubsetOfDataProvider() { | ||
| return [ | ||
| [\bindec('11111'), \bindec('0111'), true], |
|
@karakayasemi new tests merged into release branch. Could you rebase? |
|
Note: acceptance tests in |
|
@phil-davis @karakayasemi Sorry for my misleading comment. |
|
|
|
Codecov came for backport PRs. I deleted old codecov report comments. I will try my chance with this way, started a new build. |
Description
After #35447 merged, it has become that only node owners can increase permissions on a share. It has lead to this regression: #35528
This PR checks Session User's permission on the share node. If user has enough permission, it let session user to increase permission of the share.
Related Issue
Motivation and Context
Solving bug.
How Has This Been Tested?
Followed the scenario described in the issue. Also, we have acceptance tests that are covering bug scenario.
Types of changes
Checklist:
Open tasks: