Project

General

Profile

« Previous | Next » 

Revision 57238

[Trunk | Library]: Original versions in Organization Landing Page
1. landingPages/organization/deletedByInference: Create folder and files for organizations deleted by Inference (original versions).
2. organizationInfo.ts: Add string array field 'deletedByInferenceIds'.
3. organization.service.ts: Parse deletedByInferenceIds (children which are organizations).
4. organization.component: Show (only in 'non production' environments) original versions and request them on click.

View differences:

organizationInfo.ts
11 11
                            "sc39": string, "startDate": string, "endDate": string }[]>;
12 12
    //dataProviders: { "name": string, "url": string, "type": string, "websiteUrl": string,
13 13
    //                    "organizations": {"name": string, "url": string}[]}[];
14

  
15
    deletedByInferenceIds: string[];
14 16
}

Also available in: Unified diff