Обновление прав.Разработчики могут произвольно работать с багами
v++
This commit is contained in:
@@ -24,7 +24,7 @@ public class AppendBugReportField extends ComponentsRepositoryPass<BugReport> {
|
||||
return "";
|
||||
}
|
||||
protected boolean canUpdate() {
|
||||
return Global.mainModule.getAccount().CheckAccessRights(target.sender_address, Log);
|
||||
return target.canModify(Global.mainModule.getAccount(),Log);
|
||||
}
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user