[SDC-29] rebase continue work to align source
[sdc.git] / catalog-ui / src / app / ng2 / services / component-services / service.service.ts
index b47b64c..d2f7078 100644 (file)
@@ -20,7 +20,7 @@ export class ServiceServiceNg2 {
 
     validateConformanceLevel(service: Service): Observable<boolean> {
 
-        return this.http.get(this.baseUrl + service.getTypeUrl() + service.uniqueId + '/conformanceLevelValidation')
+        return this.http.get(this.baseUrl + service.getTypeUrl() + service.uuid + '/conformanceLevelValidation')
             .map((res: Response) => {
                 return res.json();
             });