mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
fixed existing tests and added linkType
This commit is contained in:
@@ -17,6 +17,7 @@ import { ListableObject } from '../object-collection/shared/listable-object.mode
|
||||
import { PaginationComponentOptions } from '../pagination/pagination-component-options.model';
|
||||
import { ViewMode } from '../../core/shared/view-mode.model';
|
||||
import { Context } from '../../core/shared/context.model';
|
||||
import { CollectionElementLinkType } from '../object-collection/collection-element-link.type';
|
||||
|
||||
/**
|
||||
* This component renders a paginated set of results in the detail view.
|
||||
@@ -51,6 +52,7 @@ export class ObjectDetailComponent {
|
||||
* A boolean representing if to hide pagination when there is only a page
|
||||
*/
|
||||
@Input() hidePagerWhenSinglePage = true;
|
||||
@Input() linkType: CollectionElementLinkType;
|
||||
@Input() context: Context;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user