From bbd50dbce1292c2f9ccc00d43b379e199c3f5ab3 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Fri, 9 Apr 2021 15:28:34 +0200 Subject: [PATCH] merged with "task_20762" --- .classpath | 6 +++--- .../com.gwtplugins.gdt.eclipse.core.prefs | 2 +- .settings/org.eclipse.wst.common.component | 18 ++++++++++++++---- CHANGELOG.md | 6 ++++++ pom.xml | 11 ++--------- src/main/webapp/workspacebootstrap.min.css | 2 +- 6 files changed, 27 insertions(+), 18 deletions(-) diff --git a/.classpath b/.classpath index 8db4226..7ab3f22 100644 --- a/.classpath +++ b/.classpath @@ -1,12 +1,12 @@ - + - + @@ -35,5 +35,5 @@ - + diff --git a/.settings/com.gwtplugins.gdt.eclipse.core.prefs b/.settings/com.gwtplugins.gdt.eclipse.core.prefs index 5b73619..a4b015a 100644 --- a/.settings/com.gwtplugins.gdt.eclipse.core.prefs +++ b/.settings/com.gwtplugins.gdt.eclipse.core.prefs @@ -1,4 +1,4 @@ eclipse.preferences.version=1 -lastWarOutDir=/home/francesco-mangiacrapa/git/workspace/target/workspace-6.25.4-SNAPSHOT +lastWarOutDir=/home/francescomangiacrapa/git/workspace/target/workspace-6.26.0-SNAPSHOT warSrcDir=src/main/webapp warSrcDirIsOutput=false diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index f307c86..36b616f 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -1,11 +1,21 @@ - + + + - + + + - + + + + + - + + + diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c612aa..575e025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v6.26.0-SNAPSHOT] - 2021-02-22 + +#### Enhancements + +[#20762] Moved to ckan-metadata-publisher-widget 2.X + ## [v6.25.4] - 2021-03-10 #### Enhancements diff --git a/pom.xml b/pom.xml index 6f03914..62827d4 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.gcube.portlets.user workspace war - 6.25.4 + 6.26.0-SNAPSHOT gCube Workspace Portlet gCube Workspace Portlet is a web-gui to manage the gCube workspace, a collaborative area where users can exchange and organize information objects (workspace items) according to their specific needs. @@ -118,13 +118,6 @@ provided - - org.gcube.portlets.widgets - ckan-metadata-publisher-widget - [1.0.0, 2.0.0-SNAPSHOT) - compile - - com.github.gwtbootstrap gwt-bootstrap @@ -197,7 +190,7 @@ org.gcube.portlets.user workspace-tree-widget - [6.31.3-SNAPSHOT, 6.31.3] + [6.31.3-SNAPSHOT, 7.0.0-SNAPSHOT) compile diff --git a/src/main/webapp/workspacebootstrap.min.css b/src/main/webapp/workspacebootstrap.min.css index 60a1f3f..72ab01d 100644 --- a/src/main/webapp/workspacebootstrap.min.css +++ b/src/main/webapp/workspacebootstrap.min.css @@ -4857,7 +4857,7 @@ button.btn.btn-mini, input[type="submit"].btn.btn-mini { * .modal-body { position: relative; - max-height: 500px !important; + max-height: 500px; padding: 15px; overflow-y: auto }