no message
This commit is contained in:
@@ -75,6 +75,13 @@ public class ComponentsServer extends RepositoryServer<BugReportsDatabase> {
|
||||
Account account = null;
|
||||
if (!Global.properties.OldServer) {
|
||||
switch (code) {
|
||||
case Patch:
|
||||
Print("Очистка файлов в багрепортах");
|
||||
for (BugReport bug: db.bugReports.Data.values()){
|
||||
|
||||
}
|
||||
response = new ServerExchangeUnit_2021(ServerCode.OK);
|
||||
break;
|
||||
//<editor-fold desc="Регистрация">
|
||||
case CheckSubscriberRole:
|
||||
Print("Проверить роль пользователя");
|
||||
|
||||
@@ -71,5 +71,7 @@ public enum ServerCode {
|
||||
InstallSapforForTesting,
|
||||
StartSapforTests,
|
||||
GetFirstActiveSapforTasksPackage,
|
||||
DownloadSapforTasksPackage, OLD
|
||||
DownloadSapforTasksPackage,
|
||||
Patch,
|
||||
OLD
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user