mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 13:03:04 +00:00
Moved showAccessStatus from UI to item config
Renamed item-page to item to make it generic
This commit is contained in:
@@ -32,6 +32,6 @@ export class ItemSearchResultGridElementComponent extends SearchResultGridElemen
|
||||
ngOnInit(): void {
|
||||
super.ngOnInit();
|
||||
this.itemPageRoute = getItemPageRoute(this.dso);
|
||||
this.showAccessStatus = environment.ui.showAccessStatuses;
|
||||
this.showAccessStatus = environment.item.showAccessStatuses;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user