backported patch

This commit is contained in:
Luca Frosini 2021-07-28 13:04:27 +02:00
parent 88737307f0
commit 16da114f8b
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ public class AccountingPersistenceQueryPostgreSQL implements AccountingPersisten
SortedMap<Filter,SortedMap<Calendar,Info>> ret = new TreeMap<>();
for(String context : contexts) {
Filter contextFilter = new Filter("context", context);
Filter contextFilter = new Filter("scope", context);
Set<String> ctxs = new HashSet<>();
ctxs.add(context);