-
Bug
-
Resolution: Fixed
-
Minor
-
None
The permission doesn't show up. Something seems wrong with the showPermission logic given it's the only Cloud-scoped permission.
- links to
The permission doesn't show up. Something seems wrong with the showPermission logic given it's the only Cloud-scoped permission.
Potentially because
https://github.com/jenkinsci/jenkins/blob/c00a30da805e95e7fb69104af2ddaedb2a0fc74b/core/src/main/java/hudson/slaves/Cloud.java#L266 is not inheriting the scope from JENKINS or COMPUTER
It should be
I think, given that the Permission is added to Permission group of computers
Maybe also move that definition to PermissionScope class and make it public