Исправлена ошибка
This commit is contained in:
parent
daef9ccec5
commit
6524701fc5
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ export class CurrentIssuesEccmReportService {
|
|||
};
|
||||
|
||||
if (options && options.fields) {
|
||||
query.selector.fields = options.fields;
|
||||
query.fields = options.fields;
|
||||
}
|
||||
if (options && options.statuses) {
|
||||
query.selector['status.name'] = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue