![]() |
|
|
|
|
Issue Type:
|
Bug
|
|
Affects Versions:
|
current |
|
Assignee:
|
Unassigned |
|
Components:
|
core |
|
Created:
|
17/Jul/12 2:25 PM
|
|
Description:
|
In 1.418 (2011/06/27) there was WipeOut permission introduced.
But when enabling it admins loose ability to do wipeouts.
I think, this happens because permission isn't linked with basic one.
I believe changing line in hudson.model.Item to something like that will fix the problem:
Permission WIPEOUT = new Permission(PERMISSIONS, "WipeOut", Messages._AbstractProject_WipeOutPermission_Description(), Permission.DELETE, Functions.isWipeOutPermissionEnabled(), new PermissionScope[]{PermissionScope.ITEM});
|
|
Project:
|
Jenkins
|
|
Priority:
|
Major
|
|
Reporter:
|
Yury Mikhailenko
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|