Tony CHEMIT pushed to branch develop-7.x at ultreiaio / ird-observe
Commits:
-
a591a8b2
by tchemit at 2018-11-14T16:03:19Z
-
f20f5468
by tchemit at 2018-11-16T12:32:13Z
-
840fa8fc
by tchemit at 2018-11-16T15:27:24Z
-
97781ea7
by tchemit at 2018-11-16T15:36:03Z
3 changed files:
- client-core/src/main/java/fr/ird/observe/client/ui/actions/main/menu/config/TranslateAction.java
- observe-i18n/src/main/i18n/translations/observe_es_ES.properties
- pom.xml
Changes:
| ... | ... | @@ -72,7 +72,7 @@ public class TranslateAction extends MenuActionSupport { |
| 72 | 72 |
projectUI.addWindowListener(new WindowAdapter() {
|
| 73 | 73 |
@Override
|
| 74 | 74 |
public void windowClosed(WindowEvent e) {
|
| 75 |
- if (model.getLastExport() != null) {
|
|
| 75 |
+ if (model.getLastExportDate() != null) {
|
|
| 76 | 76 |
log.info("Found existing i18n export, will reload i18n");
|
| 77 | 77 |
UIHelper.displayInfo(t("observe.title.reload.i18n"), t("observe.message.reload.i18n"));
|
| 78 | 78 |
ObserveUICallback.application.run();
|
| ... | ... | @@ -26,7 +26,7 @@ |
| 26 | 26 |
<parent>
|
| 27 | 27 |
<groupId>io.ultreia.maven</groupId>
|
| 28 | 28 |
<artifactId>pom</artifactId>
|
| 29 |
- <version>2018.8.3</version>
|
|
| 29 |
+ <version>2018.8.4</version>
|
|
| 30 | 30 |
</parent>
|
| 31 | 31 |
|
| 32 | 32 |
<groupId>fr.ird.observe</groupId>
|
| ... | ... | @@ -155,7 +155,7 @@ |
| 155 | 155 |
<maven.build.timestamp.format>dd/MM/yyyy HH:mm z</maven.build.timestamp.format>
|
| 156 | 156 |
<buildDate>${maven.build.timestamp}</buildDate>
|
| 157 | 157 |
|
| 158 |
- <observeToolkitVersion>3.7.11</observeToolkitVersion>
|
|
| 158 |
+ <observeToolkitVersion>3.7.12</observeToolkitVersion>
|
|
| 159 | 159 |
<!--<lib.version.java4all.http>1.0.13</lib.version.java4all.http>-->
|
| 160 | 160 |
<lib.version.nuiton.validation>3.1</lib.version.nuiton.validation>
|
| 161 | 161 |
<!--<lib.version.java4all.config>1.0.3</lib.version.java4all.config>-->
|