mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
[TLC-380] Template link, spec test, doc fixup as per review
This commit is contained in:
@@ -48,8 +48,8 @@ export const BrowseDefinitionDataServiceStub: any = {
|
||||
|
||||
/**
|
||||
* Get the browse URL by providing a list of metadata keys
|
||||
* @param metadatumKey
|
||||
* @param linkPath
|
||||
*
|
||||
* @param metadataKeys a list of fields eg. ['dc.contributor.author', 'dc.creator']
|
||||
*/
|
||||
findByFields(metadataKeys: string[]): Observable<RemoteData<BrowseDefinition>> {
|
||||
let searchKeyArray: string[] = [];
|
||||
|
Reference in New Issue
Block a user