From d7c79991a0cc378cafe7a1e0386f8608df661c95 Mon Sep 17 00:00:00 2001 From: "giancarlo.panichi" Date: Thu, 2 May 2019 17:46:56 +0000 Subject: [PATCH] Refs #10188:AccountingManager - Add a way to esplicitly set the scope in accounting-analytics https://support.d4science.org/issues/10188 Fixed list view width git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/admin/accounting-manager@179232 82a268e6-3cf1-43bd-a215-b396298e98cf --- .classpath | 6 +- .settings/org.eclipse.wst.common.component | 2 +- distro/changelog.xml | 4 + pom.xml | 2 +- .../accountingmanager/accountingman.gwt.xml | 4 +- .../client/filters/ActiveFiltersPanel.java | 136 +++++++++--------- .../client/resource/AccountingManager.css | 5 + .../client/resource/AccountingManagerCSS.java | 4 +- .../accountingmanager/accountingman.gwt.xml | 2 + .../client/resource/AccountingManager.css | 6 + 10 files changed, 93 insertions(+), 78 deletions(-) diff --git a/.classpath b/.classpath index 90e6acb..a2ca809 100644 --- a/.classpath +++ b/.classpath @@ -1,12 +1,12 @@ - + - + @@ -45,5 +45,5 @@ - + diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index eefc76e..8bc716a 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -1,5 +1,5 @@ - + diff --git a/distro/changelog.xml b/distro/changelog.xml index 4eb4090..21e2891 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,4 +1,8 @@ + + Fixed scope list view width + Added scope selection [Ticket #10188] diff --git a/pom.xml b/pom.xml index f5f79a3..0c633c8 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ 4.0.0 org.gcube.portlets.admin accounting-manager - 1.11.0-SNAPSHOT + 1.12.0-SNAPSHOT war diff --git a/src/main/java/org/gcube/portlets/admin/accountingmanager/accountingman.gwt.xml b/src/main/java/org/gcube/portlets/admin/accountingmanager/accountingman.gwt.xml index f90c477..e566422 100644 --- a/src/main/java/org/gcube/portlets/admin/accountingmanager/accountingman.gwt.xml +++ b/src/main/java/org/gcube/portlets/admin/accountingmanager/accountingman.gwt.xml @@ -8,11 +8,11 @@ + - @@ -44,6 +44,8 @@ name="locale" values="es" /> --> + + + +