made sure added relationships are shown again, resolved issues with duplicate entries + other bug fixes

This commit is contained in:
lotte
2020-01-09 16:23:32 +01:00
parent 3e9eb9eedc
commit 23d4b16243
18 changed files with 155 additions and 83 deletions

View File

@@ -33,8 +33,8 @@ describe('ObjectCollectionComponent', () => {
beforeEach(async(() => {
fixture = TestBed.createComponent(ObjectCollectionComponent);
objectCollectionComponent = fixture.componentInstance;
}));
it('should only show the grid component when the viewmode is set to grid', () => {
objectCollectionComponent.currentMode$ = observableOf(ViewMode.GridElement);