no message

This commit is contained in:
2023-10-11 18:44:16 +03:00
parent 08e3c87b78
commit 52075bc64c
15 changed files with 71 additions and 674 deletions

View File

@@ -396,17 +396,14 @@ public class CallbackForm implements FormWithSplitters, CallbackWindow {
//видит только свои баги.
EnableBugreports();
setUserRights();
UI.getMainWindow().getTestingWindow().setUserRights();
break;
case Developer:
EnableBugreports();
setDeveloperRights();
UI.getMainWindow().getTestingWindow().setDeveloperRights();
break;
case Admin:
EnableBugreports();
setAdminRights();
UI.getMainWindow().getTestingWindow().setAdminRights();
break;
default:
EnableBugreports();