mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-38420 Allow any string in QueryParams include param (#11252)
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ import { BaseCloudService } from '../../../services/base-cloud.service';
|
|||||||
import { TaskVariableCloud } from '../../../form/models/task-variable-cloud.model';
|
import { TaskVariableCloud } from '../../../form/models/task-variable-cloud.model';
|
||||||
|
|
||||||
export interface QueryParams {
|
export interface QueryParams {
|
||||||
include: 'variables';
|
include: string;
|
||||||
excludedCategory?: string;
|
excludedCategory?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user