Merge branch 'hotfix/1.5.1'
This commit is contained in:
commit
a016d38d3f
8 changed files with 10 additions and 10 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>ru.micord.ervu</groupId>
|
||||
<artifactId>dashboard</artifactId>
|
||||
<version>1.5.0</version>
|
||||
<version>1.5.1</version>
|
||||
</parent>
|
||||
<groupId>ru.micord.ervu.dashboard</groupId>
|
||||
<artifactId>backend</artifactId>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>ru.micord.ervu</groupId>
|
||||
<artifactId>dashboard</artifactId>
|
||||
<version>1.5.0</version>
|
||||
<version>1.5.1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>ru.micord.ervu.dashboard</groupId>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>ru.micord.ervu</groupId>
|
||||
<artifactId>dashboard</artifactId>
|
||||
<version>1.5.0</version>
|
||||
<version>1.5.1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>ru.micord.ervu.dashboard</groupId>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
import {Behavior, TextFormatter} from "@webbpm/base-package";
|
||||
import {ReplaceValueModel} from "./model/ReplaceValueModel";
|
||||
import {ErvuReplaceValueModel} from "./model/ErvuReplaceValueModel";
|
||||
|
||||
export class ReplaceValueTextFormatter extends Behavior implements TextFormatter {
|
||||
public replaceModels: ReplaceValueModel[]
|
||||
public replaceModels: ErvuReplaceValueModel[]
|
||||
|
||||
format(value: string): string {
|
||||
if (this.replaceModels) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
export class ReplaceValueModel {
|
||||
export class ErvuReplaceValueModel {
|
||||
public valueToReplace: string;
|
||||
public value: string;
|
||||
}
|
||||
}
|
||||
2
pom.xml
2
pom.xml
|
|
@ -4,7 +4,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>ru.micord.ervu</groupId>
|
||||
<artifactId>dashboard</artifactId>
|
||||
<version>1.5.0</version>
|
||||
<version>1.5.1</version>
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
<module>backend</module>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<parent>
|
||||
<groupId>ru.micord.ervu</groupId>
|
||||
<artifactId>dashboard</artifactId>
|
||||
<version>1.5.0</version>
|
||||
<version>1.5.1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>ru.micord.ervu.dashboard</groupId>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>ru.micord.ervu</groupId>
|
||||
<artifactId>dashboard</artifactId>
|
||||
<version>1.5.0</version>
|
||||
<version>1.5.1</version>
|
||||
</parent>
|
||||
|
||||
<groupId>ru.micord.ervu.dashboard</groupId>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue