From 461cf4afcb8bdf208c4a717d504d0bc8d87fa7ca Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Tue, 30 Aug 2016 14:55:44 +0000 Subject: [PATCH] refs 4883: TabMan / Replace by External / Error https://support.d4science.org/issues/4883 Fixed column cast on Replace by External git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@131046 82a268e6-3cf1-43bd-a215-b396298e98cf --- .classpath | 6 +++--- distro/changelog.xml | 6 +++++- pom.xml | 2 +- src/main/webapp/tabulardataportlet.css | 3 +++ 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.classpath b/.classpath index 786bc88..a3e7059 100644 --- a/.classpath +++ b/.classpath @@ -1,12 +1,12 @@ - + - + @@ -45,5 +45,5 @@ - + diff --git a/distro/changelog.xml b/distro/changelog.xml index 20b7d58..801c5f6 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,4 +1,8 @@ + + Fixed Replace by External [issue #4883] + Updated to Liferay 6.2 @@ -6,7 +10,7 @@ Fixed back button behavior [issue #3249] - Fixed share of rules [Ticket #3483] + Fixed share of rules [issue #3483] diff --git a/pom.xml b/pom.xml index abea0c8..c0b4340 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ 4.0.0 org.gcube.portlets.user tabular-data-manager - 2.11.0-SNAPSHOT + 2.12.0-SNAPSHOT war diff --git a/src/main/webapp/tabulardataportlet.css b/src/main/webapp/tabulardataportlet.css index 5f99369..6fa5118 100644 --- a/src/main/webapp/tabulardataportlet.css +++ b/src/main/webapp/tabulardataportlet.css @@ -43,3 +43,6 @@ margin: 0px !important; } +.aui label { + color: black !important; +}