1
0

created tabs, working on concat field lookups

This commit is contained in:
lotte
2019-08-30 16:17:43 +02:00
parent addc6618ba
commit 5142915e83
13 changed files with 327 additions and 272 deletions

View File

@@ -116,7 +116,6 @@ export class ObjectListComponent {
if (value) {
this.selectionService.selectSingle(this.selectionConfig.listId, object);
this.selectObject.emit(object);
} else {
this.selectionService.deselectSingle(this.selectionConfig.listId, object);
this.deselectObject.emit(object);
@@ -139,7 +138,5 @@ export class ObjectListComponent {
this.selectObject.emit(object);
}
});
}
}