summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usecaseui-portal/src/app/myhttp.service.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/myhttp.service.ts b/usecaseui-portal/src/app/myhttp.service.ts
index 71c0232b..58fc7034 100644
--- a/usecaseui-portal/src/app/myhttp.service.ts
+++ b/usecaseui-portal/src/app/myhttp.service.ts
@@ -102,7 +102,7 @@ export class MyhttpService {
return this.http.post<any>(this.url.nstemplateParameters, body);
}
let body = {
- csarId: template.id,
+ csarId: template.uuid,
packageType: "",
inputs: ""
};