From 20d930a11a1a08722bde76378696e7fae1ba1e5e Mon Sep 17 00:00:00 2001 From: Tomasz Golabek Date: Thu, 11 Apr 2019 10:21:52 +0200 Subject: Ability to disable GAB filters. Filters for preconfigured columns can be disabled using props. (Should be merged after 'Dynamic columns in GAB table') Change-Id: Id740ceb211c3978499b9c69197929a43e61e9cdc Issue-ID: SDC-2234 Signed-off-by: Tomasz Golabek --- catalog-ui/src/app/models/paths-and-names.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'catalog-ui/src/app/models/paths-and-names.ts') diff --git a/catalog-ui/src/app/models/paths-and-names.ts b/catalog-ui/src/app/models/paths-and-names.ts index 43136378c0..7304d9641f 100644 --- a/catalog-ui/src/app/models/paths-and-names.ts +++ b/catalog-ui/src/app/models/paths-and-names.ts @@ -19,5 +19,5 @@ */ export class PathsAndNamesDefinition { - constructor(public path: string, public friendlyName: string, public searchable: boolean) {} + constructor(public path: string, public friendlyName: string, public searchable: boolean = true) {} } \ No newline at end of file -- cgit 1.2.3-korg