Revision 56599
Added by Konstantina Galouni over 5 years ago
modules/uoa-services-library/trunk/ng-openaire-library/src/app/landingPages/landing-utils/deletedByInference/deletedByInference.service.ts | ||
---|---|---|
4 | 4 |
import {EnvProperties} from '../../../utils/properties/env-properties'; |
5 | 5 |
import {ParsingFunctions} from '../parsingFunctions.class'; |
6 | 6 |
import {map} from "rxjs/operators"; |
7 |
import {DeletedByInferenceOrganization} from "../../../utils/entities/deletedByInferenceOrganization"; |
|
8 | 7 |
|
9 | 8 |
@Injectable() |
10 | 9 |
export class DeletedByInferenceService { |
... | ... | |
129 | 128 |
} |
130 | 129 |
} |
131 | 130 |
|
132 |
if(_result['oaf:result'] && result['oaf:result']['pid']) { |
|
131 |
if(_result['oaf:result'] && _result['oaf:result']['pid']) {
|
|
133 | 132 |
result.identifiers = this.parsingFunctions.parseIdentifiers(_result['oaf:result']['pid']); |
134 | 133 |
} |
135 | 134 |
|
Also available in: Unified diff
[Trunk | Library]: deletedByInference.service: Bug fix