Make SetAccessUtil#validateChanges respect plugin capabilities

Bug: Issue 8465
Change-Id: Ic601d542a89310ef1df0360aed962a146e44bcc5
This commit is contained in:
Patrick Hiesel
2018-04-03 15:37:10 +02:00
parent 3c0c757094
commit cf57d19f05
5 changed files with 116 additions and 20 deletions

View File

@@ -273,7 +273,7 @@ public class PermissionEditor extends Composite
lt.getMin().getValue(),
lt.getMax().getValue());
}
} else if (GlobalCapability.isCapability(value.getName())) {
} else if (GlobalCapability.isGlobalCapability(value.getName())) {
validRange = GlobalCapability.getRange(value.getName());
} else {