mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
77472: Fix unclickable titles in search lists
This commit is contained in:
9
src/app/shared/mocks/dso-name.service.mock.ts
Normal file
9
src/app/shared/mocks/dso-name.service.mock.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { DSpaceObject } from '../../core/shared/dspace-object.model';
|
||||
|
||||
export const UNDEFINED_NAME = 'Undefined';
|
||||
|
||||
export class DSONameServiceMock {
|
||||
public getName(dso: DSpaceObject) {
|
||||
return UNDEFINED_NAME;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user