From 3316cac2584ef62253268439b66bda4de9a5545d Mon Sep 17 00:00:00 2001 From: "adel.ka" Date: Thu, 16 Oct 2025 11:11:40 +0300 Subject: [PATCH] SUPPORT-9368: fix from review --- backend/pom.xml | 2 +- frontend/src/ts/ervu/service/FilterService.ts | 2 -- pom.xml | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/backend/pom.xml b/backend/pom.xml index 77e756f5..d5b6baae 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -213,7 +213,7 @@ kr.motd.maven os-maven-plugin - 1.6.2 + ${os-maven-plugin.version} diff --git a/frontend/src/ts/ervu/service/FilterService.ts b/frontend/src/ts/ervu/service/FilterService.ts index db617807..52f24f84 100644 --- a/frontend/src/ts/ervu/service/FilterService.ts +++ b/frontend/src/ts/ervu/service/FilterService.ts @@ -72,7 +72,6 @@ export class FilterService { : "Файл отсутствует"; return { - conditionOperator: undefined, conditions: [{ filterValue: displayValue, filterType: "equals" @@ -86,7 +85,6 @@ export class FilterService { endValue?: string ): FilterInfo { return { - conditionOperator: undefined, conditions: [{ filterValue: endValue ? `${filterValue} to ${endValue}` : filterValue, filterType: filterType, diff --git a/pom.xml b/pom.xml index 5a6faaf2..5ba24ef6 100644 --- a/pom.xml +++ b/pom.xml @@ -22,6 +22,7 @@ 2.9.2 3.192.26 72000 + 1.6.2