Removed Filters Limits

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/admin/accounting-manager@128684 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2016-05-19 13:11:11 +00:00
parent a12eee72fe
commit cc14eedb92
2 changed files with 5 additions and 4 deletions

View File

@ -259,11 +259,11 @@
</dependency> </dependency>
<!-- Accounting Persistence-Couchdb --> <!-- Accounting Persistence-CouchBase -->
<dependency> <dependency>
<groupId>org.gcube.accounting</groupId> <groupId>org.gcube.accounting</groupId>
<artifactId>accounting-analytics-persistence-couchdb</artifactId> <artifactId>accounting-analytics-persistence-couchbase</artifactId>
<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version> <version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<!-- LOGGING --> <!-- LOGGING -->

View File

@ -704,6 +704,7 @@ public class ActiveFiltersPanel extends SimpleContainer {
remainingFilterKeys.removeAll(removableFilterKeys); remainingFilterKeys.removeAll(removableFilterKeys);
if (remainingFilterKeys.size() > 0) { if (remainingFilterKeys.size() > 0) {
/*
if (comboChartType.getCurrentValue() != null if (comboChartType.getCurrentValue() != null
&& comboChartType.getCurrentValue().compareTo( && comboChartType.getCurrentValue().compareTo(
ChartType.Top) == 0) { ChartType.Top) == 0) {
@ -712,7 +713,7 @@ public class ActiveFiltersPanel extends SimpleContainer {
return; return;
} }
} }
*/
fk = remainingFilterKeys.get(0); fk = remainingFilterKeys.get(0);
seq++; seq++;
AccountingFilter newAccountingFilter = new AccountingFilter( AccountingFilter newAccountingFilter = new AccountingFilter(