Permalink
Show file tree
Hide file tree
27 changes: 14 additions & 13 deletions
27
plugins/git/tests/unit/REST/v1/Branch/BranchCreatorTest.php
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
fix: Fine grained permissions must be well handled in POST git/:id/br…
…anches This fixes request #27538 Fine grained permissions are not checked when creating a branch with REST API The fine grained permissions were not taken into account in the previous checks. Change-Id: I1fa72ab34e4f41d5ea3ec9dd21e990ce330d780f
- Loading branch information
1 parent
ecbfaa5
commit 58ecb1d
Showing
3 changed files
with
44 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters