Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
80bf93fd
by Tony Chemit at 2022-04-16T11:38:55+02:00
-
a46512a1
by Tony Chemit at 2022-04-16T11:38:54+02:00
-
16643296
by Tony Chemit at 2022-04-16T11:38:54+02:00
3 changed files:
- client/core/src/main/i18n/getters/java.getter
- client/core/src/main/java/fr/ird/observe/client/datasource/config/actions/UseConfigurationSupport.java
- pom.xml
Changes:
| ... | ... | @@ -184,4 +184,3 @@ observe.ui.title.reload.i18n |
| 184 | 184 | observe.ui.title.show.data.aggregations.usage
|
| 185 | 185 | observe.ui.title.show.data.compositions.usage
|
| 186 | 186 | observe.ui.title.welcome.admin |
| 187 | -observe.ui.tree.action.configure.tip |
| ... | ... | @@ -44,7 +44,7 @@ public abstract class UseConfigurationSupport<U extends ConfigSupport> extends C |
| 44 | 44 | private static final Logger log = LogManager.getLogger(UseConfigurationSupport.class);
|
| 45 | 45 | |
| 46 | 46 | public UseConfigurationSupport(String name, String label) {
|
| 47 | - super(name, label, n("observe.ui.tree.action.configure.tip"), null, null);
|
|
| 47 | + super(name, label, label, null, null);
|
|
| 48 | 48 | }
|
| 49 | 49 | |
| 50 | 50 | public abstract void toModel(U ui);
|
| ... | ... | @@ -23,7 +23,7 @@ |
| 23 | 23 | <parent>
|
| 24 | 24 | <groupId>io.ultreia.maven</groupId>
|
| 25 | 25 | <artifactId>pom</artifactId>
|
| 26 | - <version>2022.43</version>
|
|
| 26 | + <version>2022.44</version>
|
|
| 27 | 27 | </parent>
|
| 28 | 28 | <groupId>fr.ird.observe</groupId>
|
| 29 | 29 | <artifactId>ird-observe</artifactId>
|
| ... | ... | @@ -121,6 +121,7 @@ |
| 121 | 121 | </site>
|
| 122 | 122 | </distributionManagement>
|
| 123 | 123 | <properties>
|
| 124 | + <lib.version.java4all.topia>1.75-SNAPSHOT</lib.version.java4all.topia>
|
|
| 124 | 125 | <organizationId>ultreiaio</organizationId>
|
| 125 | 126 | <projectId>ird-observe</projectId>
|
| 126 | 127 | <stageId>frirdobserve</stageId>
|
| ... | ... | @@ -155,7 +156,7 @@ |
| 155 | 156 | <!-- build timestamp configuration -->
|
| 156 | 157 | <maven.build.timestamp.format>dd/MM/yyyy HH:mm z</maven.build.timestamp.format>
|
| 157 | 158 | <buildDate>${maven.build.timestamp}</buildDate>
|
| 158 | - <lib.version.toolkit>6.0.8</lib.version.toolkit>
|
|
| 159 | + <lib.version.toolkit>6.0.9-SNAPSHOT</lib.version.toolkit>
|
|
| 159 | 160 | <lib.version.ognl>3.1.29</lib.version.ognl>
|
| 160 | 161 | <!-- FIXME <lib.version.ognl>3.3.2</lib.version.ognl>-->
|
| 161 | 162 | <lib.version.h2>1.4.196</lib.version.h2>
|