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>
<!-- Accounting Persistence-Couchdb -->
<!-- Accounting Persistence-CouchBase -->
<dependency>
<groupId>org.gcube.accounting</groupId>
<artifactId>accounting-analytics-persistence-couchdb</artifactId>
<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
<artifactId>accounting-analytics-persistence-couchbase</artifactId>
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
</dependency>
<!-- LOGGING -->

View File

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