mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
108588: Passed the scope to the browse sections
This commit is contained in:
@@ -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> {
|
||||
|
Reference in New Issue
Block a user