Make SetAccessUtil#validateChanges respect plugin capabilities
Bug: Issue 8465 Change-Id: Ic601d542a89310ef1df0360aed962a146e44bcc5
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user