mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 22:13:02 +00:00
Edit Community - Assign Roles/Groups (Angular) - feedback
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
</div>
|
||||
|
||||
<a *ngIf="group"
|
||||
href="{{editGroupLink$ | async}}">
|
||||
routerLink="{{editGroupLink$ | async}}">
|
||||
{{group.name}}
|
||||
</a>
|
||||
|
||||
|
@@ -12,6 +12,7 @@ import { ComcolRole } from './comcol-role';
|
||||
import { of as observableOf } from 'rxjs/internal/observable/of';
|
||||
import { RemoteData } from '../../../../core/data/remote-data';
|
||||
import { Group } from '../../../../core/eperson/models/group.model';
|
||||
import { RouterTestingModule } from '@angular/router/testing';
|
||||
|
||||
describe('ComcolRoleComponent', () => {
|
||||
|
||||
@@ -34,10 +35,9 @@ describe('ComcolRoleComponent', () => {
|
||||
|
||||
TestBed.configureTestingModule({
|
||||
imports: [
|
||||
TranslateModule.forRoot(),
|
||||
SharedModule,
|
||||
],
|
||||
declarations: [
|
||||
RouterTestingModule.withRoutes([]),
|
||||
TranslateModule.forRoot(),
|
||||
],
|
||||
providers: [
|
||||
{ provide: GroupDataService, useValue: groupService },
|
||||
|
Reference in New Issue
Block a user