|
- {{(item.owningCollection | async)?.payload?.name}} |
+ {{(item.owningCollection | async)?.payload?.name}} |
0" [routerLink]="['/items', item.id]">{{item.filterMetadata(['dc.contributor.author', 'dc.creator', 'dc.contributor.*'])[0].value}} |
{{item.findMetadata("dc.title")}} |
diff --git a/src/app/shared/object-select/object-select/object-select.component.ts b/src/app/shared/object-select/object-select/object-select.component.ts
index fb9e28edc2..58953d3abb 100644
--- a/src/app/shared/object-select/object-select/object-select.component.ts
+++ b/src/app/shared/object-select/object-select/object-select.component.ts
@@ -30,6 +30,9 @@ export abstract class ObjectSelectComponent implements OnInit, OnDestro
@Input()
confirmButton: string;
+ @Input()
+ hideCollection = false;
+
/**
* EventEmitter to return the selected UUIDs when the confirm button is pressed
* @type {EventEmitter}