mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
made sure added relationships are shown again, resolved issues with duplicate entries + other bug fixes
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user