[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

@@ -76,6 +76,11 @@ export class ObjectListComponent {
*/
@Input() importConfig: { importLabel: string };
/**
* Emit when one of the listed object has changed.
*/
@Output() contentChange = new EventEmitter<any>();
/**
* The current listable objects
*/