Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 80bf93fd by Tony Chemit at 2022-04-16T11:38:55+02:00 update pom - - - - - a46512a1 by Tony Chemit at 2022-04-16T11:38:54+02:00 toolkit in snapshot - - - - - 16643296 by Tony Chemit at 2022-04-16T11:38:54+02:00 Tooltip non pertinente - Closes #2262 - - - - - 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: ===================================== client/core/src/main/i18n/getters/java.getter ===================================== @@ -184,4 +184,3 @@ observe.ui.title.reload.i18n observe.ui.title.show.data.aggregations.usage observe.ui.title.show.data.compositions.usage observe.ui.title.welcome.admin -observe.ui.tree.action.configure.tip ===================================== client/core/src/main/java/fr/ird/observe/client/datasource/config/actions/UseConfigurationSupport.java ===================================== @@ -44,7 +44,7 @@ public abstract class UseConfigurationSupport<U extends ConfigSupport> extends C private static final Logger log = LogManager.getLogger(UseConfigurationSupport.class); public UseConfigurationSupport(String name, String label) { - super(name, label, n("observe.ui.tree.action.configure.tip"), null, null); + super(name, label, label, null, null); } public abstract void toModel(U ui); ===================================== pom.xml ===================================== @@ -23,7 +23,7 @@ <parent> <groupId>io.ultreia.maven</groupId> <artifactId>pom</artifactId> - <version>2022.43</version> + <version>2022.44</version> </parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> @@ -121,6 +121,7 @@ </site> </distributionManagement> <properties> + <lib.version.java4all.topia>1.75-SNAPSHOT</lib.version.java4all.topia> <organizationId>ultreiaio</organizationId> <projectId>ird-observe</projectId> <stageId>frirdobserve</stageId> @@ -155,7 +156,7 @@ <!-- build timestamp configuration --> <maven.build.timestamp.format>dd/MM/yyyy HH:mm z</maven.build.timestamp.format> <buildDate>${maven.build.timestamp}</buildDate> - <lib.version.toolkit>6.0.8</lib.version.toolkit> + <lib.version.toolkit>6.0.9-SNAPSHOT</lib.version.toolkit> <lib.version.ognl>3.1.29</lib.version.ognl> <!-- FIXME <lib.version.ognl>3.3.2</lib.version.ognl>--> <lib.version.h2>1.4.196</lib.version.h2> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/be131c063abbcd19a44e38664... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/be131c063abbcd19a44e38664... You're receiving this email because of your account on gitlab.com.