Merge branch 'stable-2.13'
* stable-2.13: Permissions may be lost when matching expanding params Update git submodules Change-Id: Ifbd0c4ee7122dda3548f323679116a01c84f816c
This commit is contained in:
commit
c759d85af2
@ -98,7 +98,6 @@ public class PermissionCollection {
|
||||
perUser = true;
|
||||
if (sm.match(ref, user)) {
|
||||
sectionToProject.put(sm.section, sm.project);
|
||||
break;
|
||||
}
|
||||
} else if (sm.match(ref, null)) {
|
||||
sectionToProject.put(sm.section, sm.project);
|
||||
|
Loading…
Reference in New Issue
Block a user