mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-49653 Updating the comment
This commit is contained in:
+1
-1
@@ -284,7 +284,7 @@ export class ProcessFiltersCloudComponent implements OnInit, OnChanges {
|
||||
return;
|
||||
}
|
||||
|
||||
/* `defer` keeps a query that cannot be built from breaking the counters of the other filters. */
|
||||
/* Building the query throws for a malformed filter: `defer` turns that into a stream error to catch. */
|
||||
defer(() => this.fetchProcessFilterCounter(filter))
|
||||
.pipe(
|
||||
catchError(() => EMPTY),
|
||||
|
||||
+1
-1
@@ -164,7 +164,7 @@ export class TaskFiltersCloudComponent extends BaseTaskFiltersCloudComponent imp
|
||||
return;
|
||||
}
|
||||
|
||||
/* `defer` keeps a query that cannot be built from breaking the counters of the other filters. */
|
||||
/* Building the query throws for a malformed filter: `defer` turns that into a stream error to catch. */
|
||||
defer(() => this.fetchTaskFilterCounter(filter))
|
||||
.pipe(
|
||||
catchError(() => EMPTY),
|
||||
|
||||
Reference in New Issue
Block a user