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>
|
||||
<groupId>kr.motd.maven</groupId>
|
||||
<artifactId>os-maven-plugin</artifactId>
|
||||
<version>1.6.2</version>
|
||||
<version>${os-maven-plugin.version}</version>
|
||||
</extension>
|
||||
</extensions>
|
||||
<plugins>
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
1
pom.xml
1
pom.xml
|
|
@ -22,6 +22,7 @@
|
|||
<joda-time.version>2.9.2</joda-time.version>
|
||||
<webbpm-platform.version>3.192.26</webbpm-platform.version>
|
||||
<wbp.overall-timeout>72000</wbp.overall-timeout>
|
||||
<os-maven-plugin.version>1.6.2</os-maven-plugin.version>
|
||||
</properties>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue