diff --git a/.env.sample b/.env.sample index 3d2f6441a8..328efe6221 100644 --- a/.env.sample +++ b/.env.sample @@ -1,4 +1,4 @@ -NUXEO_WEB_UI_VERSION=3.1.14-SNAPSHOT +NUXEO_WEB_UI_VERSION=3.1.16-SNAPSHOT NUXEO_VERSION=master NUXEO_PACKAGES=nuxeo-drive nuxeo-liveconnect nuxeo-template-rendering NUXEO_DEV_MODE=true diff --git a/addons/nuxeo-csv/elements/nuxeo-document-import-csv.js b/addons/nuxeo-csv/elements/nuxeo-document-import-csv.js index beb8e5ae1d..67d312373a 100644 --- a/addons/nuxeo-csv/elements/nuxeo-document-import-csv.js +++ b/addons/nuxeo-csv/elements/nuxeo-document-import-csv.js @@ -276,7 +276,7 @@ Polymer({ @@ -581,7 +581,8 @@ Polymer({ } }, - _showUploadDialog() { + _showUploadDialog(e) { + e.preventDefault(); this.$.uploadFiles.click(); }, diff --git a/addons/nuxeo-liveconnect/elements/nuxeo-liveconnect-box-link.js b/addons/nuxeo-liveconnect/elements/nuxeo-liveconnect-box-link.js index 8802d63579..19ed50997c 100644 --- a/addons/nuxeo-liveconnect/elements/nuxeo-liveconnect-box-link.js +++ b/addons/nuxeo-liveconnect/elements/nuxeo-liveconnect-box-link.js @@ -64,7 +64,7 @@ Polymer({ is-available="{{isProviderAvailable}}" > - [[i18n('tasks.viewGraph')]] + [[i18n('tasks.viewGraph')]]
[[i18n(tasks.directive)]]
@@ -314,7 +314,8 @@ Polymer({ .finally(() => this._setProcessing(false)); }, - _toggleGraphDialog() { + _toggleGraphDialog(e) { + e.preventDefault(); this.$.graph.show(); }, diff --git a/ftest/features/publication.feature b/ftest/features/publication.feature index f194f0dacd..c1f7d86e98 100644 --- a/ftest/features/publication.feature +++ b/ftest/features/publication.feature @@ -156,4 +156,4 @@ Feature: Internal Publication Then I can see the document is a publication And I cannot see to publication pill And I can unpublish the document - And I can see the document has 2 children + And I can see the document has 2 children \ No newline at end of file diff --git a/ftest/pom.xml b/ftest/pom.xml index 87f9fb2f59..cac5a3b247 100644 --- a/ftest/pom.xml +++ b/ftest/pom.xml @@ -4,7 +4,7 @@ org.nuxeo.web.ui nuxeo-web-ui-parent - 3.1.14-SNAPSHOT + 3.1.16-SNAPSHOT ../pom.xml diff --git a/index.html b/index.html index 71e4bd7359..d5847863ac 100644 --- a/index.html +++ b/index.html @@ -89,6 +89,10 @@ + - + - + - + - + - + diff --git a/plugin/web-ui/marketplace/pom.xml b/plugin/web-ui/marketplace/pom.xml index 30b4bacd13..3caea6a4e6 100644 --- a/plugin/web-ui/marketplace/pom.xml +++ b/plugin/web-ui/marketplace/pom.xml @@ -3,7 +3,7 @@ org.nuxeo.web.ui nuxeo-web-ui-parent - 3.1.14-SNAPSHOT + 3.1.16-SNAPSHOT ../../../pom.xml diff --git a/plugin/web-ui/marketplace/src/main/resources/package.xml b/plugin/web-ui/marketplace/src/main/resources/package.xml index 33d64b5a85..dbca0dfec9 100644 --- a/plugin/web-ui/marketplace/src/main/resources/package.xml +++ b/plugin/web-ui/marketplace/src/main/resources/package.xml @@ -13,7 +13,7 @@ true @DISTRIBUTION_NAME@ - [2023.0,) + [2023.0,2025) Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.html diff --git a/pom.xml b/pom.xml index 0721eaa0f3..cc50f6f400 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ pom Nuxeo Web UI - Parent Nuxeo Web UI - Parent - 3.1.14-SNAPSHOT + 3.1.16-SNAPSHOT 2023.*