fix, при удалении пакета с сервера, нужно обнулять ссылку на results, иначе там несериализуемый объект.

This commit is contained in:
2023-11-15 00:12:31 +03:00
parent be1fbe3ddb
commit 72b098b156
3 changed files with 3 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ public class DeleteSapforTasksPackage extends TestingSystemPass<SapforTasksPacka
}
@Override
protected void ServerAction() throws Exception {
target.results = null;
Vector<SapforTasksPackage> vector = new Vector<>();
vector.add(target);
Command(new ServerExchangeUnit_2021(ServerCode.DeleteAccountObjects, Current.getAccount().email, vector));