1
0

[CSTPER-3620] Fixed workspace followlink and search filters update

This commit is contained in:
Alessandro Martelli
2021-02-22 16:56:29 +01:00
parent c78cd9ad71
commit 523b7a497c
18 changed files with 130 additions and 47 deletions

View File

@@ -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
*/