forked from hazza/dspace-angular
[CST-6494] Update filter values when a workflow action is dispatched
This commit is contained in:
@@ -50,6 +50,11 @@ export class ObjectCollectionComponent implements OnInit {
|
||||
@Input() hideGear = false;
|
||||
@Input() selectable = false;
|
||||
@Input() selectionConfig: {repeatable: boolean, listId: string};
|
||||
|
||||
/**
|
||||
* Emit custom event for listable object custom actions.
|
||||
*/
|
||||
@Output() customEvent = new EventEmitter<any>();
|
||||
@Output() deselectObject: EventEmitter<ListableObject> = new EventEmitter<ListableObject>();
|
||||
@Output() selectObject: EventEmitter<ListableObject> = new EventEmitter<ListableObject>();
|
||||
|
||||
|
Reference in New Issue
Block a user