SUPPORT-9368: fix from review
This commit is contained in:
parent
79f9779200
commit
3316cac258
3 changed files with 2 additions and 3 deletions
|
|
@ -213,7 +213,7 @@
|
||||||
<extension>
|
<extension>
|
||||||
<groupId>kr.motd.maven</groupId>
|
<groupId>kr.motd.maven</groupId>
|
||||||
<artifactId>os-maven-plugin</artifactId>
|
<artifactId>os-maven-plugin</artifactId>
|
||||||
<version>1.6.2</version>
|
<version>${os-maven-plugin.version}</version>
|
||||||
</extension>
|
</extension>
|
||||||
</extensions>
|
</extensions>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|
|
||||||
|
|
@ -72,7 +72,6 @@ export class FilterService {
|
||||||
: "Файл отсутствует";
|
: "Файл отсутствует";
|
||||||
|
|
||||||
return {
|
return {
|
||||||
conditionOperator: undefined,
|
|
||||||
conditions: [{
|
conditions: [{
|
||||||
filterValue: displayValue,
|
filterValue: displayValue,
|
||||||
filterType: "equals"
|
filterType: "equals"
|
||||||
|
|
@ -86,7 +85,6 @@ export class FilterService {
|
||||||
endValue?: string
|
endValue?: string
|
||||||
): FilterInfo {
|
): FilterInfo {
|
||||||
return {
|
return {
|
||||||
conditionOperator: undefined,
|
|
||||||
conditions: [{
|
conditions: [{
|
||||||
filterValue: endValue ? `${filterValue} to ${endValue}` : filterValue,
|
filterValue: endValue ? `${filterValue} to ${endValue}` : filterValue,
|
||||||
filterType: filterType,
|
filterType: filterType,
|
||||||
|
|
|
||||||
1
pom.xml
1
pom.xml
|
|
@ -22,6 +22,7 @@
|
||||||
<joda-time.version>2.9.2</joda-time.version>
|
<joda-time.version>2.9.2</joda-time.version>
|
||||||
<webbpm-platform.version>3.192.26</webbpm-platform.version>
|
<webbpm-platform.version>3.192.26</webbpm-platform.version>
|
||||||
<wbp.overall-timeout>72000</wbp.overall-timeout>
|
<wbp.overall-timeout>72000</wbp.overall-timeout>
|
||||||
|
<os-maven-plugin.version>1.6.2</os-maven-plugin.version>
|
||||||
</properties>
|
</properties>
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue