no message

This commit is contained in:
2025-03-27 12:45:55 +03:00
parent 19afec4d25
commit fb296a02ee
17 changed files with 234 additions and 125 deletions

View File

@@ -475,7 +475,6 @@ public class CallbackForm implements FormWithSplitters, CallbackWindow {
@Override
public void ShowCurrentBugReport() {
SwitchListeners(false);
// currentBugReportTabs.setSelectedIndex(0);
BugReport target = Global.componentsServer.db.bugReports.getUI().getCurrent();
target.CheckRecipients();
Global.componentsServer.db.recipients.ShowUI();
@@ -502,9 +501,9 @@ public class CallbackForm implements FormWithSplitters, CallbackWindow {
} else ShowUser(); //недоступно ничего. и баг ему невидим. но на всякий случай.
}
break;
case Student:
case Developer:
case Admin:
//разработчик может все то же что и админ. они равны по правам владельцу любого бага.
ShowSender();
break;
}