forked from hazza/dspace-angular
[CSTPER-3620] Fixed workspace followlink and search filters update
This commit is contained in:
@@ -53,6 +53,11 @@ export class ObjectCollectionComponent implements OnInit {
|
||||
@Output() deselectObject: EventEmitter<ListableObject> = new EventEmitter<ListableObject>();
|
||||
@Output() selectObject: EventEmitter<ListableObject> = new EventEmitter<ListableObject>();
|
||||
|
||||
/**
|
||||
* Emit when one of the collection's object has changed.
|
||||
*/
|
||||
@Output() contentChange = new EventEmitter<any>();
|
||||
|
||||
/**
|
||||
* Whether or not to add an import button to the object elements
|
||||
*/
|
||||
|
Reference in New Issue
Block a user