108588: Passed the scope to the browse sections

This commit is contained in:
Alexandre Vryghem
2023-12-13 01:19:46 +01:00
parent d9759d1136
commit d95f9d0140
10 changed files with 114 additions and 67 deletions

View File

@@ -15,6 +15,8 @@ export class BrowseBySwitcherComponent extends AbstractComponentLoaderComponent<
@Input() browseByType: BrowseByDataType;
@Input() scope: string;
protected inputNamesDependentForComponent: (keyof this & string)[] = [
'context',
'browseByType',
@@ -23,6 +25,7 @@ export class BrowseBySwitcherComponent extends AbstractComponentLoaderComponent<
protected inputNames: (keyof this & string)[] = [
'context',
'browseByType',
'scope',
];
public getComponent(): GenericConstructor<Component> {